Date: 08/31/00
- Next message: Zeev Suraski: "Re: [PHP-DEV] backtrace"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] backtrace"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Zeev Suraski: "Re: [PHP-DEV] backtrace"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] backtrace"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

