From fd7cf8dd7ce67c5f3ff4bb1dda4ad1ccac23ba1f Mon Sep 17 00:00:00 2001 From: Date: Fri, 17 Aug 2001 00:18:11 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) diff --git a/ChangeLog b/ChangeLog index b45cdbeca2..81fd2174ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,100 @@ +2001-08-16 Zeev Suraski + + * genfiles: MFH + + * genfiles: Remove redundant files + +2001-08-16 Joey Smith + + * ext/dbase/dbase.c: + This fixes Bug id #11928. + +2001-08-16 Zeev Suraski + + * ext/zlib/CREDITS + ext/zlib/zlib.c: MFH + + * ext/zlib/CREDITS + ext/zlib/zlib.c: Send Content-Length if we're sending just one chunk + +2001-08-16 Rasmus Lerdorf + + * ext/exif/exif.c: Missing define + +2001-08-16 Jani Taskinen + + * ext/session/tests/.cvsignore + pear/DB/tests/oci8/.cvsignore: Missing entries. + +2001-08-16 Zeev Suraski + + * ext/skeleton/skeleton.c: MFH + + * ext/skeleton/skeleton.c: sync with CODING_STANDARDS + +2001-08-16 Rasmus Lerdorf + + * ext/skeleton/skeleton.c + ext/skeleton/skeleton.php: MFH + +2001-08-16 Chuck Hagenbuch + + * ext/imap/php_imap.c + ext/imap/php_imap.h: MFH + + * ext/imap/php_imap.h + ext/imap/php_imap.c: + add tail pointer to speed up imap_search (submitted by Rob Siemborski + ). + +2001-08-16 Harald Radi + + * EXTENSIONS: added me and myself + +2001-08-16 Rasmus Lerdorf + + * EXTENSIONS: that too + + * EXTENSIONS: Add dbx + +2001-08-16 Harald Radi + + * ext/iisfunc/iisfunc.cpp: removed atl linkage + +2001-08-16 Thies C. Arntzen + + * main/main.c: MFH: move php_shutdown_config further down + + * main/main.c: move php_shutdown_config further down + +2001-08-16 Thomas V.V.Cox + + * pear/DB/mysql.php: + re-fix free result when $db->tableinfo($table) is called + +2001-08-16 Vincent Blavet + + * pear/Experimental/Archive/docs/Tar.txt + pear/Experimental/Archive/Tar.php: First release of Archive_Tar class. + Simple public methods are create(), add(), listContent() and extract(). + More features are available with createModify(), addModify(), extractModify() and extractList(). + +2001-08-16 Sterling Hughes + + * sapi/apache2filter/sapi_apache2.c: darn noet + + * sapi/apache2filter/sapi_apache2.c: Ryan Bloom's fix of my fix. ;) + + * sapi/apache2filter/sapi_apache2.c: Fix error logging + +2001-08-16 Rasmus Lerdorf + + * ext/exif/exif.c + ext/skeleton/skeleton.c + ext/skeleton/skeleton.php: Commit a bit of random plane hacking. + - A slight exif fix from the latest version of jhead + - Make ext_skel's confirm_module_compiled function consistent + 2001-08-15 Thomas V.V.Cox * pear/DB/mysql.php: -- 2.50.1