From: Date: Wed, 1 Nov 2000 02:09:22 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.4RC3~410 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f90f30df6083e770531901320752381b1320827c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 675ceaad16..f7270de3f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2000-10-31 Zeev Suraski + + * sapi/apache/mod_php4.c: Fix Apache build + + * ext/standard/file.c + ext/standard/filestat.c + main/win95nt.h: mode_t fixes + +2000-10-31 Hartmut Holzgraefe + + * ext/standard/info.c + ext/standard/info.h + main/main.c: generalization of image handling in phpinfo + +2000-10-31 Stanislav Malyshev + + * sapi/cgi/cgi_main.c: Fix -d functionality + +2000-10-31 Zeev Suraski + + * main/php_ini.c: - Fix phpinfo() + - Fix non-thread-safe build + + * main/main.c: Fix memory_limit build problem + +2000-10-31 Hartmut Holzgraefe + + * main/fopen-wrappers.c: removed some bogus code + + * ext/skeleton/create_stubs + README.EXT_SKEL: + support for short comments was added to ext_skel proto files + theese will be used in proto comments in the source + and as information in the XML docs + +2000-10-31 Jesus M. Castagnetto + + * ext/sablot/sablot.c: + cosmetic changes (added some "proto"s missing in the function documentations) + +2000-10-31 Jani Taskinen + + * ext/ftp/ftp.c: Both RETR and STOR have also 250 as possible return value + + * ext/ftp/ftp.c: Fix the fix. + 2000-10-30 Zeev Suraski * ext/standard/basic_functions.c