From 54e954f852bc5dac789357b2062b33cd0390a89b Mon Sep 17 00:00:00 2001 From: Date: Sun, 9 Jan 2005 01:36:09 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5a421105de..2445cf3984 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2005-01-08 Jani Taskinen + + * (PHP_4_3) + ext/standard/basic_functions.c + ext/standard/basic_functions.c: + MFH: - Fix possible crash (PR#26223). Leaks remain. + + * ext/standard/basic_functions.c: + - Fix possible crash (PR#26223). Leaks remain. + +2005-01-08 Georg Richter + + * ext/mysqli/mysqli_embedded.c + ext/mysqli/tests/connect.inc: + fixed compile bug under Windows (libmysql.def currently doesn't export + mysql_server_init/end). + Thanks to Sebastian Bergmann for reporting + +2005-01-08 Dmitry Stogov + + * TSRM/tsrm_virtual_cwd.c: + Unnecesary check was removed + +2005-01-08 Marcus Boerger + + * ext/standard/tests/serialize/bug31442.phpt: + - Add new test + + * ext/standard/tests/serialize/bug30234.phpt: + - Unify + + * ext/mysqli/mysqli_exception.c: + - Fix shared build + + * ext/mysqli/mysqli.c: + - Remove double destroy (which is definitively wrong and prevents php from + normal execution). + + * ext/dom/document.c: + - Fix dependency + +2005-01-08 Jani Taskinen + + * NEWS: + NN + + * ext/snmp/php_snmp.h + ext/snmp/snmp.c: + - Fix some memory leaks + 2005-01-07 Antony Dovgal * ext/standard/head.c: -- 2.40.0