ID: 37448
Comment by: djohnson241 at gmail dot com
Reported By: coder1 at gmail dot com
Status: No Feedback
Bug Type: CGI related
Operating System: Windows XP
PHP Version: 5.1.4
New Comment:
Some more information( hopefully useful ).
After further testing I was able to determine that this is only
happening for me if I output a lot of text at once. If I split it up
into a bunch of smaller echo's, it works fine.
Unfortunately this doesn't work with my template system, as all output
is echoed in one statement.
dave
Previous Comments:
------------------------------------------------------------------------
[2006-07-30 23:16:36] djohnson241 at gmail dot com
I can verify the above experiment. I got the 5.2 snapshot and used the
following:
<?php
echo str_repeat(str_repeat("-=-=-=", 20) . "<br>", 131);
?>
That works fine. But change the 131 to 132 and you get the 503 error.
At a loss.
dave
------------------------------------------------------------------------
[2006-06-28 01:00:02] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
------------------------------------------------------------------------
[2006-06-20 14:48:06] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php5.2-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php5.2-win32-latest.zip
------------------------------------------------------------------------
[2006-05-30 15:16:14] coder1 at gmail dot com
The bug does seem to go away with the 5.2 version.
I am also able to reproduce the behavior described by msisolak exactly.
------------------------------------------------------------------------
[2006-05-27 15:07:52] msisolak at yahoo dot com
I am also able to reproduce this on the current 5.2 branch (built: May
27 2006 16:22:11) with isapi_fcgi.dll (FCGI_SERVER_VERSION = 2.2.2
0.5.2 beta). It appears to be triggered by an echo that is larger than
some magic number around 16kB. This code:
<?php
echo str_repeat(str_repeat("-=-=-=", 20) . "<br>", 131);
?>
outputs a page that is 16,244 bytes. If I increase the count to 132
(what would be 16,368 bytes) I get:
"HTTP/1.1 503 Server too busy
Server: Microsoft-IIS/5.1
Date: Sat, 27 May 2006 15:05:07 GMT
X-Powered-By: ASP.NET
Connection: close
Content-Type: text/html
Server Error, unable to connect to fastcgi server."
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/37448
--
Edit this bug report at http://bugs.php.net/?id=37448&edit=1