From: Date: Mon, 10 Dec 2001 01:10:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: ChangeLog~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fa179752aac490e9ca03a1fa92d8585b0394cec;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 42540537ab..1f43ed78e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2001-12-09 Zeev Suraski + + * NEWS: Go with 4.1.0 + +2001-12-09 Stig Bakken + + * ext/overload/overload.c: * use macros in error messages + +2001-12-09 Zeev Suraski + + * ext/mysql/php_mysql.c: MFH - fix unbuffered queries + +2001-12-09 Andrei Zmievski + + * ext/overload/CREDITS: *** empty log message *** + + * ext/overload/README: Adjust to account for latest changes. + + * ext/overload/overload.c: + - Only destroy the current object if it was received from the __get() handler. + - Changed the way method arguments are passed to __call() handler. They are + now encapsulated inside of an array, which makes it easier to pass them + to call_user_func_array(). + +2001-12-09 Jani Taskinen + + * ext/xslt/sablot.c: Fixed a typo. + +2001-12-09 Sterling Hughes + + * ext/xslt/sablot.c + ext/xslt/xslt.c: Align comments in xslt.c + First try at fixing funny resource free'ing problems with objects, don't + perform a zval seperation when we're directly saving a pointer to the SAX + or Scheme handlers + 2001-12-08 Derick Rethans * ext/standard/var.c: - Remove debug code