From:             bogus_idp at yahoo dot fr
Operating system: any
PHP version:      5.0.0RC1
PHP Bug Type:     CGI related
Bug description:  Fast CGI standard compliance : stderr should be written in a FCGI 
stderr stream

Description:
------------
The Fast CGI standard require that error be reported through the FastCGI
connection as a Stderr data stream. 
But PHP Fast CGI processes still write errors to original stderr (file
handle 3) which prevent from clean standard centralized FCGI logging,
especially when the Fast CGI PHP process is not started by the web server
(remote Fast CGI).

In most cases, it makes debugging PHP scripts impossible.


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

Reply via email to