ID: 37448
Comment by: robert dot sevcik 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:
Hello, I confirm, still no go with latest snapshot
- 5.2.0RC4-dev, Build Date Sep 7 2006 00:15:28
I tried phpinfo() with CGI only, go
Tried the same with isapi_fcgi.dll, no go
Then I changed output_buffering=1000 and... GO! :)
(Windows 2003 server SP1)
Previous Comments:
------------------------------------------------------------------------
[2006-07-30 23:34:14] djohnson241 at gmail dot com
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
------------------------------------------------------------------------
[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.
------------------------------------------------------------------------
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