From:             simon dot sharp at uniqueairport dot com
Operating system: win xp
PHP version:      5.0.0b4 (beta4)
PHP Bug Type:     Documentation problem
Bug description:  premature end of script headers

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 bug report at http://bugs.php.net/?id=27545&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27545&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27545&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27545&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27545&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27545&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27545&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27545&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27545&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27545&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27545&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27545&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27545&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27545&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27545&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27545&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27545&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27545&r=float

Reply via email to