From: Date: Sat, 19 Feb 2000 02:09:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0b4_rc1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe9abd3219b097e0c0f2c9106751d35b2bede2d6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f0c9432669..ec503fdd25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2000-02-18 Zeev Suraski + + * ext/standard/info.c + ext/standard/info.h + sapi/isapi/PWS-php4.reg + sapi/isapi/php4isapi.c + tests/run.html + tests/run.php + NEWS: + - Fix some issues with the ISAPI module, made it friendlier to non Win32 platforms + - Added .reg file for PWS setup + - Reordered some stuff in phpinfo() + +2000-02-18 Sascha Schumann + + * php.h + sapi/apache/mod_php4.c + sapi/apache/php_apache.c + sapi/apache/sapi_apache.c: + Fix warnings when compiling static Apache module + + * ext/java/Makefile.in: File is found in $(srcdir) + +2000-02-18 Charles Hagenbuch + + * ext/imap/imap.c: + fixing imap_delete. All of the argcount checks were against one integer too + high. + +2000-02-18 Zeev Suraski + + * ext/mysql/php_mysql.h + ext/pgsql/pgsql.dsp + SAPI.c + ext/imap/imap.c + ext/imap/imap.dsp: - Update .dsp's + - Fix a possible crash bug in failed file open error message + - Fix SAPI initialization issue that could lead to a crash + 2000-02-17 Andrei Zmievski * TODO: The list grows.