summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-08-20 00:10:24 +0000
committer <changelog@php.net>2001-08-20 00:10:24 +0000
commite28fc0f85e187e363163ec8f8a13af624b2fdf14 (patch)
tree5adbe22950de4b83aa2bb30c5231712f4c27bf22
parent7a3c7ef930fde3550eba4f1a21bdf85402372d4e (diff)
downloadphp-git-e28fc0f85e187e363163ec8f8a13af624b2fdf14.tar.gz
ChangeLog update
-rw-r--r--ChangeLog62
1 files changed, 62 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d23574a550..a1f558ae07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2001-08-19 Shane Caraveo <shane@php.net>
+
+ * win32/php4dll.dsp: fix for non-TS compile
+
+ * ext/com/VARIANT.c: Fixes for non-TS compilation
+
+2001-08-19 Doug MacEachern <dougm@covalent.net>
+
+ * 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 <sterling@designmultimedia.com>
+
+ * sapi/apache2filter/sapi_apache2.c:
+ Pass on proxy requests (fix by Doug MacEachern <dougm@covalent.net>)
+
+2001-08-19 Stig Bakken <ssb@fast.no>
+
+ * pear/scripts/.cvsignore: * ignore phptar
+
+2001-08-19 Thomas V.V.Cox <cox@idecnet.com>
+
+ * 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 <sniper@iki.fi>
+
+ * 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 <ssb@fast.no>
+
+ * 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 <sniper@iki.fi>
+
+ * ext/iconv/iconv.c: ws
+
2001-08-18 Jani Taskinen <sniper@iki.fi>
* ext/xml/xml.c: null terminate the returned string in here too.