From f2a6b5ff00d27536a8e524f1a6219d45088919f0 Mon Sep 17 00:00:00 2001 From: Date: Tue, 21 Nov 2006 01:31:11 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 6 +++++ 2 files changed, 69 insertions(+) diff --git a/ChangeLog b/ChangeLog index 846128a140..069a8c8ce3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2006-11-20 Antony Dovgal + + * (PHP_5_2) + ext/filter/tests/040.phpt: + add new test + + * ext/filter/tests/040.phpt + ext/filter/tests/040.phpt: + + add new test + + * ZendEngine2/zend_API.c: + fix leak in zend_register_functions() + this is very odd, but Zend MM said nothing about it.. + +2006-11-20 Andrei Zmievski + + * unicode-progress.txt: + Update for basic_functions.c + +2006-11-20 Antony Dovgal + + * ext/standard/tests/strings/stristr.phpt + ext/standard/tests/strings/stristr.phpt: + + improve test + +2006-11-20 Marcus Boerger + + * ext/spl/php_spl.c: + - Fix arginfo + + * ext/spl/tests/spl_006.phpt + ext/spl/tests/spl_006.phpt: + + - Add new test + + * ext/spl/php_spl.c + ext/spl/spl.php + ext/spl/spl_iterators.c: + - Add optional use_keys parameter to iterator_to_array(), (idea by Kevin) + +2006-11-20 Ilia Alshanetsky + + * ext/curl/interface.c: + MFB: Fixed compiler warnings + + * (PHP_5_2) + ext/curl/interface.c: + Fixed compiler warnings + +2006-11-20 Antony Dovgal + + * tests/lang/bug24640.phpt: + fix test on those platforms where infinity is not "INF", but "Infinity" + + * ext/standard/tests/file/symlink.phpt + ext/standard/tests/file/symlink.phpt: + fix test on Solaris + + * ext/standard/file.c: + efree() if not NULL + 2006-11-19 Nuno Lopes * ext/ftp/tests/001.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5834aac845..7a215af13c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2006-11-20 Antony Dovgal + + * zend_API.c: + fix leak in zend_register_functions() + this is very odd, but Zend MM said nothing about it.. + 2006-11-17 Dmitry Stogov * zend.c -- 2.50.1