From:             [EMAIL PROTECTED]
Operating system: windows 2000
PHP version:      4.1.1
PHP Bug Type:     Scripting Engine problem
Bug description:  php stopping after having written 16192 chars

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
-- 
Edit bug report at: http://bugs.php.net/?id=15136&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to