From: Date: Mon, 20 Aug 2001 00:10:24 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_SUBST_Z_MACROS~433 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e28fc0f85e187e363163ec8f8a13af624b2fdf14;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d23574a550..a1f558ae07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2001-08-19 Shane Caraveo + + * win32/php4dll.dsp: fix for non-TS compile + + * ext/com/VARIANT.c: Fixes for non-TS compilation + +2001-08-19 Doug MacEachern + + * sapi/apache2filter/sapi_apache2.c: + php_input_filter needs to ignore proxy requests + else it swallows POST data that needs to be sent to the downstream server + +2001-08-19 Sterling Hughes + + * sapi/apache2filter/sapi_apache2.c: + Pass on proxy requests (fix by Doug MacEachern ) + +2001-08-19 Stig Bakken + + * pear/scripts/.cvsignore: * ignore phptar + +2001-08-19 Thomas V.V.Cox + + * pear/PEAR/Packager.php: + The "pear package" command will try to open "./package.xml" if no more + params are given. + + * pear/PEAR/Packager.php: better error hanlding + + * pear/PEAR/Installer.php + pear/PEAR/Packager.php: maintain original file perms + +2001-08-19 Jani Taskinen + + * ext/fribidi/CREDITS + ext/fribidi/README + ext/fribidi/config.m4 + ext/fribidi/fribidi.c + ext/fribidi/php_fribidi.h: MFH + + * ext/fribidi/CREDITS + ext/fribidi/README + ext/fribidi/php_fribidi.h: Added some missing information. + + * ext/fribidi/config.m4 + ext/fribidi/fribidi.c: Fixed bug: #11232. Now we require Fribidi 0.9.0. + + * ext/ingres_ii/ii.c: ws fix. + +2001-08-19 Stig Bakken + + * pear/Experimental/Archive/Tar.php: * comment out second constructor + + * pear/Makefile.in + configure.in + pear/scripts/phptar.in: + Added "phptar" command as proof that the Archive_Tar class works. + +2001-08-19 Jani Taskinen + + * ext/iconv/iconv.c: ws + 2001-08-18 Jani Taskinen * ext/xml/xml.c: null terminate the returned string in here too.