Re: [PHP] PHP 4.1.0 is_dir bug

2001-12-13 Thread Philip Olson
It's fixed in CVS, we'll see it in the next release (4.2.0). From the NEWS file: - 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 regards,

Re: [PHP] PHP 4.1.0 is_dir bug

2001-12-13 Thread Eugene Lee
On Thu, Dec 13, 2001 at 08:17:30AM +, Philip Olson wrote: : : It's fixed in CVS, we'll see it in the next release (4.2.0). From the : NEWS file: : : - Fixed is_dir(), is_writeable(), is_readable(), is_executable(), : is_link() and is_file() functions to not throw a 'file does not :

[PHP] PHP 4.1.0 is_dir bug

2001-12-12 Thread Alok K. Dhir
With PHP 4.1.0, all calls to is_dir which would have returned false now report a stat failed warning as a bonus. Using @is_dir to quiet it for the time being, but I'd imagine this is not the desired effect Alok K. Dhir -- PHP General Mailing List (http://www.php.net/) To unsubscribe,