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

index f84079ea8544918fb79f305540042d1ea21fb1b2..71b0e8812227a415712d0c0100e79b9191d295c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2009-03-03  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_3)
+      NEWS:
+      
+      BFN
+
+    * ZendEngine2/zend_builtin_functions.c:
+      
+      MFB: Fixed bug #47549 (get_defined_constants() return array with broken
+      array categories)
+
+    * (PHP_5_3)
+      ZendEngine2/zend_builtin_functions.c:
+      
+      Fixed bug #47549 (get_defined_constants() return array with broken
+      array categories)
+
+2009-03-03  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/string.c
+      ext/standard/string.c
+      ext/standard/tests/strings/bug47546.phpt
+      ext/standard/tests/strings/bug47546.phpt:
+      MFH: Fixed bug #47546 (Default value for limit parameter in explode is 0,
+      not -1)
+
+    * ext/standard/tests/strings/bug47546.phpt
+      ext/standard/tests/strings/bug47546.phpt
+      ext/standard/tests/strings/bug47546.phpt:
+        1.1.4;
+      Fixed bug #47546 (Default value for limit parameter in explode is 0, not
+      -1)
+
+    * ext/standard/string.c:
+      Fixed bug #47546 (Default value for limit parameter in explode is 0, not
+      -1)
+
+2009-03-03  Zoe Slattery  <zoe.slattery@googlemail.com>
+
+    * run-tests.php
+      run-tests.php
+      run-tests.php:
+      Added %r section
+
+    * (PHP_5_3)
+      ext/standard/tests/class_object/get_class_methods_variation_002.phpt
+      ext/standard/tests/class_object/get_class_variation_002.phpt:
+      removing UEXPECT
+
+2009-03-03  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_3)
+      NEWS:
+      
+      Fixed typo
+
 2009-03-02  Moriyoshi Koizumi  <mozo@mozo.jp>
 
     * php.ini-recommended:
index afde5b2db05a78ab954ddcff3886671fd5679bf0..f814588ed73b63313ead4bfb8194a7c8c06864a3 100644 (file)
@@ -1,3 +1,16 @@
+2009-03-03  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_builtin_functions.c:
+      
+      MFB: Fixed bug #47549 (get_defined_constants() return array with broken
+      array categories)
+
+    * (PHP_5_3)
+      zend_builtin_functions.c:
+      
+      Fixed bug #47549 (get_defined_constants() return array with broken
+      array categories)
+
 2009-02-23  David Soria Parra  <dsoria@gmx.net>
 
     * Makefile.am