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
 [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: Thu Apr 18 22:01:28 2024 UTC