Well, then it will going to be a php.in and it's detection code will be removed I guess, as the PHP source path, and the phpdoc source path is already known after ./configure, so there is no need to complicate things with using another detection algorithm..I have just commited the script: phpdoc/scripts/genPHP_INI_ENTRY.php which should replace my aging phpdoc/scripts/mk_ini_set_table.shTest that script. By default it will generate files named 'test_ini.xml' in the appropriate dirs. If all looks OK, we can go ahead and remove the ini_set table, make the new script generate all the ini.xml files and change the manual files where appropriate (makefile, etc.)
Well, as we talked about this in the past, those files are not used at all, they are just exist... Maybe some script uses one of them, I cannot remember, but actually they have no use. We talked at that particular March PHP meeting about having an XML format instead provided for download at php.net/download-docs for IDEs to use... I already have a method to generate that (using XSLT) so this would be the first thing to use xsltproc and not jade ;)) So it would also be nice to start experimenting with xslt without affecting the current system too much...Also, look at the approach there. It might be useful for making replacements for the funcsummary and funclist scripts.
Goba
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php