From 45e6d9a1c6a1a903b7071d7117d111abf1989f17 Mon Sep 17 00:00:00 2001 From: Date: Sun, 18 Dec 2005 06:31:48 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 18 +++++++++++ 2 files changed, 106 insertions(+) diff --git a/ChangeLog b/ChangeLog index 56cc524ba8..f675e84044 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,91 @@ +2005-12-17 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + bug fixing news + + * ext/gd/tests/copypalette.phpt: + MFB51: Fixed uninitialized variable in a test. + + * (PHP_5_1) + ext/gd/tests/copypalette.phpt: + Fixed uninitialized variable in a test. + +2005-12-17 Pierre-Alain Joye + + * (PHP_5_1) + NEWS: + - add leaks fix in imagecreatefromstring + + * (PHP_5_1) + ext/gd/gd.c + ext/gd/tests/copypalette.phpt + ext/gd/tests/createfromstring.phpt + ext/gd/tests/src.png: + - MFH: + - fix leaks and wrong error when invalid/empty string are given to + imagecreatefromstring + - add test for imagecreatefromstring + - add test for palettecopy + +2005-12-17 Ilia Alshanetsky + + * run-tests.php: + MFB51: Added token for capturing arbitrary whitespace blocks inside text. + + * (PHP_5_1) + run-tests.php: + Added token for capturing arbitrary whitespace blocks inside text. + +2005-12-17 Jani Taskinen + + * acinclude.m4: + MFB51: Extension dependancy improvements during configure + +2005-12-17 Antony Dovgal + + * ext/sqlite/php_sqlite.h: + MFB: int -> long + + * (PHP_5_1) + ext/sqlite/php_sqlite.h: + change int to long and fix valgrind warnings + +2005-12-17 Marcus Boerger + + * (PHP_5_1) + NEWS: + - BFN + + * (PHP_5_1) + ZendEngine2/zend_compile.c + tests/classes/final_ctor1.phpt + tests/classes/final_ctor2.phpt: + - MFH Fix Bug #35720 A final constructor can be overwritten + + * ZendEngine2/zend_compile.c + tests/classes/final_ctor1.phpt + tests/classes/final_ctor1.phpt + tests/classes/final_ctor2.phpt + tests/classes/final_ctor2.phpt: + - Fix Bug #35720 A final constructor can be overwritten + + * ext/dom/php_dom.c: + - MFB Fix export + + * (PHP_5_1) + ext/dom/php_dom.c: + - Fix export + +2005-12-17 Jani Taskinen + + * ZendEngine2/tests/bug35655.phpt: + fix test + + * (PHP_5_1) + ZendEngine2/tests/bug35655.phpt: + - Fix test + 2005-12-16 Marcus Boerger * ZendEngine2/zend_API.h: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 859f412ecf..604f8f52c2 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,21 @@ +2005-12-17 Marcus Boerger + + * (PHP_5_1) + zend_compile.c: + - MFH Fix Bug #35720 A final constructor can be overwritten + + * zend_compile.c: + - Fix Bug #35720 A final constructor can be overwritten + +2005-12-17 Jani Taskinen + + * tests/bug35655.phpt: + fix test + + * (PHP_5_1) + tests/bug35655.phpt: + - Fix test + 2005-12-16 Marcus Boerger * zend_API.h: -- 2.40.0