From: Date: Sat, 18 Mar 2000 02:09:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP-4.0-RC1~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf6a2b1621683204359a8d8ada007139b03d99eb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d31ee2f4e7..af1569f0cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2000-03-17 Hartmut Holzgraefe + + * ext/standard/filestat.c: is_executable() for root fixed + this is an intermediate patch, switching from stat() to + access() for is_(readable|writable|executable) shall + fix the whole topic once and for all + +2000-03-17 Andi Gutmans + + * php_virtual_cwd.c: - Fix Win32 compile + +2000-03-17 Sterling Hughes + + * ext/standard/file.c: + ftruncate returns 1 on success and 0 on failure instead of 0 on success and -1 on failure. + 2000-03-16 Andi Gutmans * php_virtual_cwd.c: - Last one for today.