]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 9 Mar 2009 01:32:57 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Mon, 9 Mar 2009 01:32:57 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 85b9eaf6d74d24bc1799d1e3f3ebc376c1d2e3f6..64f7b10fe55eb26b4a0aedb51b9fa9c9f6037472 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+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:
index 479779f7296681e11de08a1090c21e03a9641160..1a8e9737d6e39d8d88afd00c2a35294df3136e91 100644 (file)
@@ -1,3 +1,25 @@
+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)