|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-12-12 06:40 UTC] sander@php.net
[2001-12-12 10:17 UTC] jm at tv3ooo dot nl
[2001-12-12 11:37 UTC] sniper@php.net
[2001-12-12 15:21 UTC] goba@php.net
[2002-08-27 17:04 UTC] cvb at clausvb dot de
[2002-08-27 17:07 UTC] cvb at clausvb dot de
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 13:00:01 2025 UTC |
Code example: if (is_readable("foo")) { echo "file exists.<P>"; } else { echo "file does not exist.<P>"; } Error message: Warning: stat failed for foo (errno=2 - No such file or directory) in /home/xxx/public_html/is_readable.php on line 3 Configure options: ./configure --with-apache=/home/xxx/apache_1.3.22 --with-mysql=/usr/local --with-gd=/usr/local --with-zlib-dir=/usr/local --with-png-dir=/usr --with-jpeg-dir=/home/xxx/jpeg-6b --with-xpm-dir=/usr/X11R6 --with-ttf --with-curl Seems similar to is_file() bug. Problem does not occur on older versions (i.e. 4.0.6).