On Sat, 4 Jan 2003, Gabor Hojtsy wrote: > Wow! I am happy to know that ;) So actually to be a bit more precise, > there are two types of php.exe for Windows. One is the CGI version > (which is named php.exe), the other is php-cli.exe. The latter is > added in the 4.3.0 version of PHP, and not all scripts in phpdoc are > ready to work with it, so this is why I have said that you should use > the CGI version. It would be nice if you can look into > file-entities.php and see what's wrong with $out_dir, instead of doing > local tricks... It will be a pain for you to apply local modifications > every time before doing a make test, so it is better to find the real > problem, and fix that IMHO.
Just FYI, the CLI is also called php.exe but lives in the cli folder. So: CGI: php.exe CLI: cli/php.exe It's even more confusing in linux :) Anyway, this is documented at: http://www.php.net/features.commandline But regarding the question in this thread, I have no clue. Regards, Philip -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php