php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15136 php stopping after having written 16192 chars
Submitted: 2002-01-21 03:25 UTC Modified: 2002-06-29 03:58 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: kevin at hatry dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.1.1 OS: windows 2000
Private report: No CVE-ID: None
 [2002-01-21 03:25 UTC] kevin at hatry dot com
using IIS on win2000 sp2 with version of PHP from 4.0.x (don't remenber with which version it started) to 4.1.1 (same bug)
after 16192 chars written PHP stops executing.
Tried 2 methods : 
<?php
$t = " ....place over 16200 chars here ...";
echo $t;
?>

or
<html> ....place over 16200 chars here ...</html>
in a php page
same result both time : only 12000 chars (approx) were written, yes if i go above the limit less chars are written than the limit ...
In the second method i tried putting the html code in a .html file (not used with php) and the whole page was shown.

thanks for your help
KEvin

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-25 03:52 UTC] jukka dot pakkanen at qnet dot fi
We have maybe the same problem in NT4sp6a / PHP4.1.0/1.

In an application (NOCC 0.9.5), the index page, which was quite large, was always cut short. Enabling the output_buffering in php.ini "solved" the problem.
 [2002-06-29 03:58 UTC] andi@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately your version of PHP is too old -- the problem
might already be fixed. Please download a new PHP
version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

I'm going to close this because I doubt it hasn't been fixed on new versions.
If this problem still happens with the lastest versions of PHP please open a new bug report. Thanks.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 13:01:27 2024 UTC