]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 8 Nov 2006 01:31:28 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Wed, 8 Nov 2006 01:31:28 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index e075cf9026875214c2b946188da3efe70fdaad5a..515fd39d2db3afbd581326772c0edda8a16b21dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2006-11-07  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ZendEngine2/zend_execute.c
+      ZendEngine2/tests/bug33282.phpt:
+      MFB: Fixed bug #33282 (Re-assignment by reference does not clear the is_ref
+      flag)
+
+    * ext/standard/tests/array/array_diff_key.phpt
+      ext/standard/tests/array/array_intersect_key.phpt:
+      MFB: fixed tests
+
+    * (PHP_5_2)
+      ext/standard/tests/array/array_diff_key.phpt
+      ext/standard/tests/array/array_intersect_key.phpt:
+      Fixed tests
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+    * (PHP_5_2)
+      ZendEngine2/zend_execute.c
+      ZendEngine2/tests/bug33282.phpt
+      ZendEngine2/tests/bug33282.phpt:
+      Fixed bug #33282 (Re-assignment by reference does not clear the is_ref
+      flag)
+      
+
+    * (PHP_4_4)
+      NEWS
+      Zend/zend_compile.c:
+      revert incorrect patch for bug #39129
+
+    * ext/pdo/pdo_stmt.c
+      ext/pdo/tests/bug_39398.phpt:
+      MFB: Fixed bug #39398 (Booleans are not automatically translated to
+      integers).
+
+    * (PHP_5_2)
+      NEWS
+      ext/pdo/pdo_stmt.c
+      ext/pdo/tests/bug_39398.phpt
+      ext/pdo/tests/bug_39398.phpt:
+      Fixed bug #39398 (Booleans are not automatically translated to integers).
+
+2006-11-07  Johannes Schlüter  <johannes@schlueters.de>
+
+    * ext/spl/spl_iterators.c:
+      - No C++ comments (fix #39414)
+
 2006-11-06  Hannes Magnusson  <hannes.magnusson@gmail.com>
 
     * ext/spl/spl_directory.c
index c9efbd7014e327e3bfeacb65cb9d6baf5f4dc37c..5cd5fc55f098b7454dee378358dc0ddc37ae05ec 100644 (file)
@@ -1,3 +1,18 @@
+2006-11-07  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_execute.c
+      tests/bug33282.phpt:
+      MFB: Fixed bug #33282 (Re-assignment by reference does not clear the is_ref
+      flag)
+
+    * (PHP_5_2)
+      zend_execute.c
+      tests/bug33282.phpt
+      tests/bug33282.phpt:
+      Fixed bug #33282 (Re-assignment by reference does not clear the is_ref
+      flag)
+      
+
 2006-11-03  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_2)