[PHP-DEV] IS_FILE() log level From: Mike Rogers (temp6453 <email protected>)
Date: 09/28/01

It seems that is_file() is returning it's 'stat failed' at WAY too high of a
log level. That should be classified as a notice and should truly not be
displayed (as the entire point of IS_FILE is to check if it is a file, as it
may not exist. The default setting for log level is E_ALL & ~E_NOTICE...
So maybe put it in the notice section. That seems to have changed since the
upgrade to the current CVS from 4.0.6.
    " stat failed for /tmp/testfile.tmp (errno=2 - No such file or
directory) "

--
Mike

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