[PHP-DEV] PHP 4.0 Bug #7432 Updated: fgetc() is not bin-safe on Windows From: andi <email protected>
Date: 12/01/00

ID: 7432
Updated by: andi
Reported By: i088 <email protected>
Status: Duplicate
Bug Type: Filesystem function related
Assigned To:
Comments:

Previous Comments:
---------------------------------------------------------------------------

[2000-10-24 09:50:17] i088 <email protected>
If you read a (binary) file character by character with fgetc() you can't read the whole file because you get the EOF before the end of the file. If you try to read the file further with fgetc() you always get the EOF and the variable you read the character into is not set or empty (I don't know which of these, but I think is empty).
This appears in the Windows-version (PWS/isapi-PHP and also
Apache/apache-PHP-module) but not in the Linux-version (Apache/apache-PHP-module DSO).

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7432

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>