php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49077 Partialy server response
Submitted: 2009-07-27 17:43 UTC Modified: 2009-08-05 01:00 UTC
Votes:2
Avg. Score:3.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:1 (50.0%)
From: darkside at i dot ua Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 5.3.0 OS: Windows XP SP3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
32 - 13 = ?
Subscribe to this entry?

 
 [2009-07-27 17:43 UTC] darkside at i dot ua
Description:
------------
Browsers attempt to display a page generated by script with code below and get only some content of phpinfo() output (approximate 17Kb). After that request is freezing and no more data retrieving from server.

But this bug is not reproduce if small content outputs after ini_set called.

Reproduce code:
---------------
ini_set('error_log', 'error.log');
phpinfo();

Expected result:
----------------
phpinfo() whole output

Actual result:
--------------
Partialy phpinfo() output

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-07-28 15:46 UTC] jani@php.net
Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/


 [2009-08-04 10:49 UTC] darkside at i dot ua
I have updated up to php 5.3.1 VC9 Thread Safe. But problem still exists
 [2009-08-05 01:00 UTC] 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".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 03:01:30 2024 UTC