diff options
| author | <changelog@php.net> | 2000-03-18 02:09:09 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2000-03-18 02:09:09 +0000 |
| commit | cf6a2b1621683204359a8d8ada007139b03d99eb (patch) | |
| tree | bb5914a17d8701d86c78845d6e937681eead93fd | |
| parent | 1e0b71df1fae4f000bd13a913c456371c6ef3c92 (diff) | |
| download | php-git-cf6a2b1621683204359a8d8ada007139b03d99eb.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2000-03-17 Hartmut Holzgraefe <hholzgra@media-engineering.de> + + * 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 <andi@php.net> + + * php_virtual_cwd.c: - Fix Win32 compile + +2000-03-17 Sterling Hughes <sterling@designmultimedia.com> + + * 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 <andi@php.net> * php_virtual_cwd.c: - Last one for today. |
