From: Date: Wed, 16 Feb 2000 02:09:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_SAPI_POST_PATCH_17_FEB_2000~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acddf10f807f16e488cb31a0ecf5c6730d3230a9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d247b3bc01..dc48d3c414 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2000-02-15 Zeev Suraski + + * SAPI.c + sapi/isapi/php4isapi.c + sapi/servlet/servlet.c: + - Improved ISAPI module - it should no longer be necessary to set PHP as + an ISAPI filter, only as an ISAPI extension, unless you wish to perform + authentication using PHP. This didn't yet get enough testing, but it + should work + - Fixed auth_user/auth_password memory leak (I didn't have time to test it under + Apache, feedback welcome!) + +2000-02-15 Andrei Zmievski + + * ext/wddx/config.m4: Fix enable again. + +2000-02-15 Zeev Suraski + + * php_variables.c + rfc1867.c: Fixed a memory leak + +2000-02-15 Charles Hagenbuch + + * ext/imap/imap.c: adding a missing PHP_FALIAS to imap_listsubscribed() + +2000-02-15 Andrei Zmievski + + * ext/wddx/config.m4: Changed --with-wddx to --enable-wddx. + + * ext/wddx/config.m4: Test for --enable-xml. + + * ext/pcre/php_pcre.h: Changing the header. + + * NEWS: Little correction. + +2000-02-15 Uwe Steinmann + + * ext/pdf/pdf.c + ext/pdf/php_pdf.h + NEWS: - initial support for pdflib 2.20, little testing till now + +2000-02-15 Andi Gutmans + + * NEWS: - Get rid of mistake + 2000-02-14 Stig Bakken * pear/DB/pgsql.php: Added PostgreSQL support for DB submitted by Rui Hirokawa