]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 19 Oct 2007 01:31:22 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Fri, 19 Oct 2007 01:31:22 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 026843f834b91b51a64dd922fe12fefdde75559b..e2c1bebf0c678c9ac90dd05c0405c283a6329edd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,93 @@
+2007-10-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      configure.in
+      main/php_version.h:
+      
+      Back to dev
+
+    * (PHP_5_2)
+      NEWS
+      configure.in
+      main/php_version.h:
+      
+      5.2.5RC1
+
+2007-10-18  Stanislav Malyshev  <stas@zend.com>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_object_handlers.c:
+      ws
+
+2007-10-18  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/array.c:
+      MFB53: Fixed bug #43020 (Warning message is missing with shuffle() and more
+      than one argument)
+
+    * (PHP_5_3)
+      ext/standard/array.c:
+      Fixed bug #43020 (Warning message is missing with shuffle() and more than
+      one argument)
+
+2007-10-18  Dmitry Stogov  <dmitry@zend.com>
+
+    * main/main.c
+      main/main.c
+      main/main.c:
+      Fixed bug #42722 (display_errors setting ignored for E_PARSE and HTTP 500
+      page)
+
+2007-10-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_2)
+      NEWS:
+      - BFN
+
+    * (PHP_5_2)
+      ext/spl/spl_array.c
+      ext/spl/spl_iterators.c
+      ext/spl/tests/bug41692.phpt
+      ext/spl/tests/bug42654.phpt:
+      - MF53 Fix for #41692, #42703
+
+    * ext/spl/spl_array.c:
+      - Missing piece
+
+    * ext/spl/tests/bug42654.phpt
+      ext/spl/tests/bug42703.phpt:
+      - Commit new tests to correct brnach (funny broken checkout)
+
+    * (PHP_5_2)
+      ext/spl/tests/bug41692.phpt:
+      - Fix test expectation
+
+    * ext/spl/spl_array.c
+      ext/spl/spl_iterators.c
+      ext/spl/tests/bug42654.phpt
+      ext/spl/tests/bug42703.phpt:
+      - MFB #42654, #42704
+
+    * (PHP_5_3)
+      ext/spl/spl_iterators.c
+      ext/spl/tests/bug42703.phpt
+      ext/spl/tests/bug42703.phpt
+      ext/spl/tests/bug42703.phpt:
+      - Fix #42703
+
+    * ext/spl/tests/bug42654.phpt
+      ext/spl/tests/bug42654.phpt
+      ext/spl/tests/bug42654.phpt:
+        1.1.4;
+      file bug42654.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      ext/spl/spl_array.c:
+      - Fix #42654 (maybe also a bunch of others)
+
 2007-10-17  Johannes Schl�ter  <johannes@schlueters.de>
 
     * (PHP_5_3)
index 5d3f960e828b747e601a107d831588a7e2497856..82b0790ecc59fd4176a79aeb35148ecd2817aff5 100644 (file)
@@ -1,3 +1,9 @@
+2007-10-18  Stanislav Malyshev  <stas@zend.com>
+
+    * (PHP_5_3)
+      zend_object_handlers.c:
+      ws
+
 2007-10-17  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_compile.c