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 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jan 02 12:01:29 2025 UTC