From a7620726597d0b8493071cff4d0e42e596a0f3c2 Mon Sep 17 00:00:00 2001 From: Date: Tue, 5 Dec 2000 02:09:29 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) diff --git a/ChangeLog b/ChangeLog index d2c22882fc..9188c6820b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,116 @@ +2000-12-04 David Hedbor + + * sapi/caudium/caudium.c: + Removed a fatal condition to allow for harmless user error plus some other + small changes. + +2000-12-04 Chuck Hagenbuch + + * pear/PEAR.php.in: + have PEAR::isError() not take parameters by reference for now. + +2000-12-04 Andi Gutmans + + * NEWS: + - Fix up the NEWS item. We need to make sure that this release we really + do put a link to the NEWS file on the downloads page. + + * NEWS: + - Explanation about Zend change. I'll move it to the branch when I'm happy + with the way it's explained. It's rather hard to explain it well. + +2000-12-04 Sebastian Bergmann + + * pear/DB/common.php: + Added PHPDoc compliant inline documentation for nextid(). Fixed a bug in nextid(). + +2000-12-04 Sascha Schumann + + * NEWS: Merge entries manually + + * NEWS: + This branch will become 4.0.5. New entries should only be added to the + 4.0.4 area, if you merge them. + +2000-12-04 Jani Taskinen + + * ext/ldap/ldap.c: Merge changes from head branch. + +2000-12-04 Sebastian Bergmann + + * pear/DB/common.php + pear/DB/mysql.php + pear/DB.php: + Added nextid() method to DB_common. Added lock() and unlock() methods to DB_mysql. + +2000-12-04 Jani Taskinen + + * ext/ldap/ldap.c: + - Made ldap_get_entries() return an array even if there are no entries + in search result. (Jani) + +2000-12-04 Uwe Steinmann + + * ext/hyperwave/hw.c + ext/hyperwave/php_hyperwave.h: + - new function hw_new_document_from_file() + +2000-12-04 Sascha Schumann + + * ext/sablot/sablot.c: Merged with HEAD, 1.21 + + * ext/sablot/php_sablot.h: Merged with HEAD, 1.8 + + * sapi/apache/config.m4: Merged with HEAD, 1.35 + + * sapi/apache/config.m4: + Automatically carry over macro definitions from Apache. + + We don't take everything, because apxs' CFLAGS also includes + optimization, debugging, et cetera flags. + + PR: #7211 + +2000-12-04 Dan Kalowsky + + * ext/odbc/CREDITS: added name for credits on work for Solid interface.. + +2000-12-04 Stanislav Malyshev + + * ext/gd/config.m4: + GD shared build fixes - should fix problem with gd.so not being linked + with right libraries + +2000-12-04 Sterling Hughes + + * ext/curl/curl.c: close the filehandle if it is a tempfile. + +2000-12-04 Sascha Schumann + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: Merge from HEAD + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: + Move code from macros to inline functions to ease debugging + + * ext/dba/dba.c: Merge changes from HEAD. + + * ext/dba/dba.c: + Handle the case of no-handlers properly and make handlers a proper C "string". + +2000-12-04 Sebastian Bergmann + + * pear/DB.php: No comment. + + * pear/DB.php + pear/DB/common.php + pear/DB/error.php + pear/DB/mysql.php + pear/DB/result.php + pear/DB/warning.php: + I couldn't read it in order to understand it in order to extend it :-) + 2000-12-03 Ulf Wendel * pear/PHPDoc/xmlwriter/PhpdocXMLWriter.php -- 2.40.0