From 9535ad5dfcfa05227593ed156626af9835e2c5f5 Mon Sep 17 00:00:00 2001 From: Date: Mon, 25 Feb 2008 01:31:41 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 6 ++++ 2 files changed, 94 insertions(+) diff --git a/ChangeLog b/ChangeLog index e459a63360..8888c1f84a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,91 @@ +2008-02-24 Felipe Pena + + * ext/filter/tests/053.phpt + ext/filter/tests/053.phpt: + New test + + * ext/filter/tests/053.phpt + ext/filter/tests/053.phpt + ext/filter/tests/053.phpt: + 1.1.4; + file 053.phpt was initially added on branch PHP_5_2. + + * ext/filter/filter.c + ext/filter/filter.c: + MFB: Fixed segfault in filter extension when using callbacks. + + * (PHP_5_2) + NEWS + ext/filter/filter.c: + Fixed segfault in filter extension when using callbacks. (reported & + patched by Arnar Mar Sig) + + * (PHP_5_3) + NEWS: + Entry existent in 5_2 + +2008-02-24 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/pdo/pdo_stmt.c + ext/pdo/pdo_stmt.c: + + MFB: Fixed bug #44200 (A crash in PDO when no bound targets exists and yet + bound parameters are present) + + * (PHP_5_3) + ext/pdo/pdo_stmt.c: + + Fixed bug #44200 (A crash in PDO when no bound targets exists and yet + bound parameters are present) + +2008-02-24 Felipe Pena + + * tests/strings/001.phpt: + Fix the fix + + * tests/strings/001.phpt: + Fix test + + * tests/classes/new_001.phpt + tests/lang/034.phpt + tests/lang/bug22231.phpt + tests/lang/bug30638.phpt: + Fixed tests (new error message - E_DEPRECATED) + + * ZendEngine2/tests/is_a.phpt + ZendEngine2/tests/magic_by_ref_010.phpt + ext/standard/tests/strings/implode1.phpt + ext/standard/tests/strings/moneyformat.phpt + tests/run-test/test005.phpt + tests/run-test/test008a.phpt: + Fixed tests + + * (PHP_5_3) + tests/run-test/test005.phpt + tests/run-test/test008a.phpt: + Fixed tests (new E_ALL value) + + * (PHP_5_3) + run-tests.php: + New E_ALL value + + * ext/standard/file.c + ext/standard/file.c: + Removed internal warning + + * (PHP_5_3) + ext/standard/tests/file/magic_quotes.phpt: + Fixed test + + * ext/standard/tests/strings/htmlentities02.phpt + ext/standard/tests/strings/htmlentities03.phpt + ext/standard/tests/strings/htmlentities04.phpt + ext/standard/tests/strings/htmlentities10.phpt + ext/standard/tests/strings/htmlentities15.phpt: + Added UEXPECTF + 2008-02-23 Felipe Pena * ext/json/tests/bug41403.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f37f110b20..2f64fd8321 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2008-02-24 Felipe Pena + + * tests/is_a.phpt + tests/magic_by_ref_010.phpt: + Fixed tests + 2008-02-23 Marcus Boerger * zend_compile.c: -- 2.50.1