[PHP-DEV] PHP 4.0 Bug #6477: file not exist on readfile(); From: mcollard <email protected>
Date: 08/31/00

From: mcollard <email protected>
Operating system: Win98
PHP version: 4.0.2
PHP Bug Type: Reproduceable crash
Bug description: file not exist on readfile();

<?php
readfile("C:\windows\desktop\motd.txt");
;?>
WHERE the file does not exist.
The program should produce a zero length output,
inst. on my machine, crashes as a GPF(Page Fault.)

-- 
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>