+2009-03-08 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (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 <felipensp@gmail.com>
+
+ * (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 <kalle.php@gmail.com>
+
+ * 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 <ilia@prohost.org>
* sapi/apache_hooks/php_apache.c:
+2009-03-08 Felipe Pena <felipensp@gmail.com>
+
+ * (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 <felipensp@gmail.com>
* (PHP_5_3)