Re: [PHP-DOC] continue what I have started

2002-04-30 Thread holliwell
> > I can remember a discussion about ini.xml in every /referenc/ext > > with all ini-related settings for that extension (like constants.xml) > > Am I right and should this be done? > > /reference/someextension/ > reference.xml [intro] > constants.xml [predefined constants] > clas

Re: [PHP-DOC] continue what I have started

2002-04-30 Thread Gabor Hojtsy
> > Every configure and ini options should be configured in > > a "reference" section, if there is a reference section > > for that topic. If there is no, then we need to put that > > remainder option (probably core one) to a common place > > (probably to that appendix, where the autogenerated ind

Re: [PHP-DOC] continue what I have started

2002-04-30 Thread Friedhelm Betz
[...] > Every configure and ini options should be configured in > a "reference" section, if there is a reference section > for that topic. If there is no, then we need to put that > remainder option (probably core one) to a common place > (probably to that appendix, where the autogenerated index

Re: [PHP-DOC] continue what I have started

2002-04-29 Thread Gabor Hojtsy
> Should the ini settings table in ini_set() be put alog > with the information you are reorganizing?, I recently > updated that table and the > phpdoc/scripts/mk_ini_set_table.sh script. Well, that table should be spread to extension reference parts [extension specific options of course]. > Als

Re: [PHP-DOC] continue what I have started

2002-04-29 Thread Gabor Hojtsy
> I (tried to) continue your work, and it's finished now till dbx. > Maybe someone could find the time to have a quick look over, > to ensure there are no major mistakes in the content I added. > BTW.: we have "complete list of configure options" in the install > section. should the already integr

Re: [PHP-DOC] continue what I have started

2002-04-29 Thread Jesus M. Castagnetto
Friedhelm, Gabor: Should the ini settings table in ini_set() be put alog with the information you are reorganizing?, I recently updated that table and the phpdoc/scripts/mk_ini_set_table.sh script. Also, how are you deciding what is an extension and what is core?, anything in php4/ext? anything

Re: [PHP-DOC] continue what I have started

2002-04-29 Thread Friedhelm Betz
> I tried to solve one problem of the many. As we discussed earlier, > we would like to move all extension related stuff to the extensions > directory, including configure options, ini settings, defined vars, > constants, classes, faq entries, etc. So I started to apply the new > based structure

[PHP-DOC] continue what I have started

2002-04-19 Thread Gabor Hojtsy
Hi! I tried to solve one problem of the many. As we discussed earlier, we would like to move all extension related stuff to the extensions directory, including configure options, ini settings, defined vars, constants, classes, faq entries, etc. So I started to apply the new based structure to th