php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1051 'Echo' outputs no more than 8192 byte
Submitted: 1999-01-10 06:04 UTC Modified: 1999-01-10 10:35 UTC
From: kir at rus dot net Assigned:
Status: Closed Package: Other
PHP Version: 3.0.6 OS: Solaris 2.6 x86, Linux 2.0.34
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kir at rus dot net
New email:
PHP Version: OS:

 

 [1999-01-10 06:04 UTC] kir at rus dot net
<?
  for ($i=0; $i<10000; $i++)
  {
    $aaa .= ($i % 10);
  }
  print $aaa;
  exit;
?>

This script produces the output with 
content-length 8192 bytes.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-01-10 10:35 UTC] rasmus
Impossible!  You must be doing something else in that script.  Your exact script is on a Solaris box at http://www.lerdorf.on.ca/o.php3 and a wget of that URL produces 
10:32:20 (9.54 MB/s) - `o.php3.1' saved [10000]
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 14:01:30 2024 UTC