Hello php-dev,
$bash: perl -e "print '0' x 10241024;" > data.txt
test.php
<?php
indlude('data.txt');
?>
Running script:
$bash: telnet host 80
Trying xxx.x.x.xxx...
Connected host
Escape character is '^]'.
GET /test.php HTTP/1.1
Host: host
Connection closed by foreign host.
Have same results with php-4.0.4pl1 and php-4.0.5RC7.
error_log does not contain errors.
Best regards,
Andrew Sitnikov
e-mail : [EMAIL PROTECTED]
GSM: (+372) 56491109
--
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]