ID: 27545 Updated by: [EMAIL PROTECTED] Reported By: simon dot sharp at uniqueairport dot com -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: win xp PHP Version: 5.0.0b4 (beta4) New Comment:
This is already documented in the Migration appendice. In PHP 5, the cgi version changed its name to php-cgi.exe Previous Comments: ------------------------------------------------------------------------ [2004-03-10 01:48:09] simon dot sharp at uniqueairport dot com Description: ------------ when i install php 5.0.0 b4 with the manual over apache i get an error from apache premature end of script headers In your documentation, installing goes like this: ScriptAlias /php/ "C:/PHP/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" but to get the programm running you have to start php-cgi.exe because php.exe throws an error. ScriptAlias /php/ "C:/PHP/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php-cgi.exe" Reproduce code: --------------- only open url Expected result: ---------------- that php runs Actual result: -------------- intrnal server error in browser window ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27545&edit=1