From 6dd36a0df6fae1bde666a485bd06e07b8b6dc740 Mon Sep 17 00:00:00 2001 From: Date: Sat, 8 Dec 2001 01:11:43 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) diff --git a/ChangeLog b/ChangeLog index e3e9080a79c..57ed1b41c8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,104 @@ +2001-12-07 Andrei Zmievski + + * ext/overload/overload.c: + - Fix memory leak when accessing undefined index or property. + - Only invoke call_get_handler() on an object in the chain if it's overloaded. + +2001-12-07 Markus Fischer + + * ext/xslt/sablot.c: + - Fix crash with invalid option to xslt_set_scheme_handlers(). + +2001-12-07 Rasmus Lerdorf + + * ext/xslt/sablot.c: Let's not crash when no error str has been set + +2001-12-07 Dan Kalowsky + + * ext/odbc/php_odbc.c: Fix for bug #13628. + +2001-12-07 Thies C. Arntzen + + * ext/imap/php_imap.c: fix #13801 (imap_rfc822_parse_adrlist changes arg1) + +2001-12-07 Andrei Zmievski + + * ext/overload/overload.c: Make sure refcount is 1 on stack zval. + +2001-12-07 Hartmut Holzgraefe + + * ext/dbplus/dbplus.c: old stuff removed + +2001-12-07 Sterling Hughes + + * ext/standard/basic_functions.c: + Fix long2ip's handling of unsigned longs, by accepting a string argument and + then manually converting the string to an unsigned long using strtoul() + +2001-12-07 Hartmut Holzgraefe + + * ext/odbc/velocis.c: proto fixes + + * ext/cybercash/cybercash.c: proto fix + + * ext/msession/msession.c: - proto descriptions + - changed to new parameter parser api + - changed to K&R style + - various cleanups + +2001-12-07 Egon Schmid + + * ext/crack/crack.c: Fixed one proto. + + * ext/standard/basic_functions.c: Fixed some protos. + +2001-12-07 Stig Bakken + + * ext/xmlrpc/config.m4: * configure help indent fix + +2001-12-07 Hartmut Holzgraefe + + * ext/standard/file.c + ext/openssl/openssl.c: proto fix + + * ext/odbc/velocis.c: protos prepared + + * ext/icap/php_icap.c: proto fix + +2001-12-07 Andrei Zmievski + + * ext/overload/README + ext/overload/php_overload.h: All right, let people RTFM. + + * ext/overload/overload.c: + Add fold markers in strategic places and improve MINIT function a bit. + + * ext/overload/overload.c: + If the method exists in object's function table, call it directly without + using __call() handler. + + * ext/overload/overload.c: Support overloaded method calls via __call(). + +2001-12-07 Doug MacEachern + + * sapi/apache2filter/php_functions.c: apr_table_elts are now const + + * sapi/apache2filter/php_functions.c: + rename functions to match those supported in the apache 1.3 module: + apache_sub_request -> virtual + get_all_headers -> getallheaders + +2001-12-07 Thomas V.V.Cox + + * pear/DB/mssql.php + pear/DB/sybase.php: + Throw the error only if all of the extensions are missing + +2001-12-07 Adam Daniel + + * pear/HTML/Common.php: + changed getAttribute to return null if attribute doesn't exist + 2001-12-06 Hartmut Holzgraefe * ext/msession/msession.c: added protos (but without description yet)