From: trustpunk at gmail dot com Operating system: Windows PHP version: 5.2.5RC2 PHP Bug Type: CGI related Bug description: PHP outputs a weird error in the CGI log.
Description: ------------ I don't have any errors in my PHP code but I see that in my CGI log, I have this weird error. This shows up with every PHP release I download. Reproduce code: --------------- Just run a few PHP pages on your server and you will get the nasty error posted below in your CGI log file. Note: This happens every time a new instance of "php-cgi.exe" is started. <!---CGI LOG---> 03/Nov/2007:15:30:45 -0500 SUID: 0 PUID: 0 RUID: 0 URI: Reading 0 bytes failed = The process cannot access the file because it is being used by another process. 03/Nov/2007:15:30:45 -0500 SUID: 0 PUID: 0 RUID: 0 URI: timeout-header2! Expected result: ---------------- I don't want to see that error in my CGI log file again. What is going on? Actual result: -------------- <!---CGI LOG---> 03/Nov/2007:15:30:45 -0500 SUID: 0 PUID: 0 RUID: 0 URI: Reading 0 bytes failed = The process cannot access the file because it is being used by another process. 03/Nov/2007:15:30:45 -0500 SUID: 0 PUID: 0 RUID: 0 URI: timeout-header2! <!---End of CGI LOG---> It never stops! It just keeps logging that garbage every few requests. -- Edit bug report at http://bugs.php.net/?id=43184&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=43184&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=43184&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=43184&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=43184&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=43184&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=43184&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=43184&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=43184&r=needscript Try newer version: http://bugs.php.net/fix.php?id=43184&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=43184&r=support Expected behavior: http://bugs.php.net/fix.php?id=43184&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=43184&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=43184&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=43184&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=43184&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=43184&r=dst IIS Stability: http://bugs.php.net/fix.php?id=43184&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=43184&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=43184&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=43184&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=43184&r=mysqlcfg