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:

I'm sorry for spamming, but I went a step further, downgraded to PHP
Version 5.1.0-dev and the FastCGI has no problem.
Build date Jun 21 2005 12:21:48


Previous Comments:
------------------------------------------------------------------------

[2006-09-07 10:20:42] robert dot sevcik at gmail dot com

I tested it with my app, output_buffering doesn't workaround the
problem fully. Bigger output still harmes the fastcgi.

------------------------------------------------------------------------

[2006-09-07 10:13:19] robert dot sevcik at gmail dot com

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)

------------------------------------------------------------------------

[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".

------------------------------------------------------------------------

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

Reply via email to