On 13 Dec 2001 [EMAIL PROTECTED] wrote: > Same problem appeared with is_dir() function. In this case I think we > should check is_readable(), is_writable() and is_writeable() functions > as well.
hello vitali, it's fixed now. sterlings commit will be implemented in 4.2.0, from NEWS: - Fixed is_dir(), is_writeable(), is_readable(), is_executable(), is_link() and is_file() functions to not throw a 'file does not exist' warning. (Sterling) http://cvs.php.net/co.php/php4/NEWS patch can be seen here: http://cvs.php.net/diff.php/php4/ext/standard/filestat.c?r1=1.82&r2=1.83 for other patches made to filestat.c see: http://bonsai.php.net/cvslog.cgi?file=/php4/ext/standard/filestat.c woohoo! :) regards, philip olson > Previous Comments: > ------------------------------------------------------------------------ > > [2001-12-12 11:38:37] [EMAIL PROTECTED] > > This is fixed in CVS. > > --Jani -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]