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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: darkside at i dot ua
New email:
PHP Version: OS:

 

 [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 Apr 19 19:01:28 2024 UTC