Hallo Mark,
Saturday, May 11, 2002, 2:18:01 AM, you wrote: >> The problem was register_globals beein "Off". > I tried some stuff, but I dont know, if all translators > use a PHP Version 4.1.x. If so, we could use $_SERVER. For win-users: You can put under phpdoc-tools a little skript called php.bat, this will also be recognized by the build system. php.bat: @"F:\php-4.2.0\php-cli.exe" -c w:\work\phpdoc-tools\php.ini %1 %2 %3 %4 %5 %6 and in php.ini: [PHP] short_open_tag = On allow_call_time_pass_reference = Off ;safe_mode = Off max_execution_time = 0 memory_limit = 16M display_errors = Off display_startup_errors = Off track_errors = Off html_errors = Off variables_order = "GPCS" register_globals = On register_argc_argv = On default_mimetype = "text/html" Ok, for the new cli interface some settings are redundant, but this works for me. And with this bat-file you call the revcheck skript, or write another bat-file for calling revcheck and all is fine :-) Btw. Goba put the info in the actual Howto, please take a look :-) Friedhelm