From 94a1f50f09aed4fe2124b83c264e418d2868c2e4 Mon Sep 17 00:00:00 2001 From: Date: Mon, 9 Mar 2009 01:32:57 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 22 +++++++++++++++++++++ 2 files changed, 75 insertions(+) diff --git a/ChangeLog b/ChangeLog index 85b9eaf6d7..64f7b10fe5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2009-03-08 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/filter/logical_filters.c + ext/filter/logical_filters.c: + + MFB: Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware) + + * (PHP_5_3) + ext/filter/logical_filters.c: + Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware) + +2009-03-08 Felipe Pena + + * (PHP_5_3) + NEWS + ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/bug47593.phpt: + - MFH: Fixed bug #47593 (interface_exists() returns false when using + absolute namespace path) + patch by Kalle + - BFN #47572 + + * ZendEngine2/tests/bug47593.phpt + ZendEngine2/tests/bug47593.phpt: + + - Fixed bug #47593 (interface_exists() returns false when using absolute + namespace path) + Patch by Kalle. + + * ZendEngine2/zend_builtin_functions.c: + - Fixed bug #47593 (interface_exists() returns false when using absolute + namespace path) + Patch by Kalle. + +2009-03-08 Kalle Sommer Nielsen + + * ext/standard/tests/strings/explode.phpt + ext/standard/tests/strings/explode1.phpt + ext/standard/tests/strings/explode_variation5.phpt + ext/standard/tests/strings/explode_variation6.phpt: + Fix tests + + * (PHP_5_3) + php.ini-dist + php.ini-recommended: + MFH: Fixed bug #47543 (irrelevant warning message) + + * php.ini-dist + php.ini-recommended: + Fixed bug #47543 (irrelevant warning message) + 2009-03-07 Ilia Alshanetsky * sapi/apache_hooks/php_apache.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 479779f729..1a8e9737d6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,25 @@ +2009-03-08 Felipe Pena + + * (PHP_5_3) + zend_builtin_functions.c + tests/bug47593.phpt: + - MFH: Fixed bug #47593 (interface_exists() returns false when using + absolute namespace path) + patch by Kalle + - BFN #47572 + + * tests/bug47593.phpt + tests/bug47593.phpt: + + - Fixed bug #47593 (interface_exists() returns false when using absolute + namespace path) + Patch by Kalle. + + * zend_builtin_functions.c: + - Fixed bug #47593 (interface_exists() returns false when using absolute + namespace path) + Patch by Kalle. + 2009-03-05 Felipe Pena * (PHP_5_3) -- 2.40.0