Hi, the scripts in /spcripts rely on register_globals=on and other settings (time limit, memory etc register agrc, argv).
As one can specify a path to php.ini with php -c <path> it may be nice to put an php.ini in the scripts dir with the appropriate settings which could be used by the build system. I myself doesn't want to change my local php.ini just for generating the docs :-) so I had a similar solution for myself, but this isn't really satisfying. Maybe there is another way to handle this issue, and if I am talking nonsense forget it :-) Friedhelm