Date: 04/29/98
- Next message: andrea <email protected>: "[PHP-DEV] Bug #328: Connecting to a ODBC Source my NT Box swap too and the connection timed out"
- Previous message: Alex Belits: "Re: [PHP-DEV] Re: NSPR (was Re: rewritelog inefficiency) (fwd)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: jw <email protected>
Operating system: Linux Kernel 2.033
PHP version: 3.0 Latest CVS
PHP Bug Type: Parser error
Bug description:
While using the fpassthru function
of php3, eg.
<?php
$fp = fopen( "test.html", "r" );
echo (fpassthru($fp));
?>
the result will always display a number and the end of the output.
The length differs with the length of the document, so maybe it's the document length being displayed.
No php3.ini file.
- Next message: andrea <email protected>: "[PHP-DEV] Bug #328: Connecting to a ODBC Source my NT Box swap too and the connection timed out"
- Previous message: Alex Belits: "Re: [PHP-DEV] Re: NSPR (was Re: rewritelog inefficiency) (fwd)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

