> 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]. > Also, how are you deciding what is an extension and > what is core?, anything in php4/ext? anything there > execpt for php4/ext/standard? I am asking this because > (1) I was unsubscribed from phpdoc for some time, so I > may have missed some of the discussions and (2) in the > case of ini settings, there are some in main.c (which > I was considering core), and a lot other ones in > php4/ext/* 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 of all the ini and configure options will reside). Goba
