]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 20 Sep 2005 05:45:47 +0000 (05:45 +0000)
committer <changelog@php.net> <>
Tue, 20 Sep 2005 05:45:47 +0000 (05:45 +0000)
ChangeLog
Zend/ChangeLog

index c385a4879223f6214d002e853192e47777dc3e93..53784757cdc773d952559bf806da4d5f96a3fb67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,74 @@
+2005-09-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Add eytension consts to extension output (Johannes)
+      - Fix WS in output
+
+    * (PHP_5_0)
+      NEWS:
+      - MFH Renamed CachingRecursiveIterator to RecursiveCachingIterator.
+
+    * server-tests-config.php
+      server-tests-config.php:
+      
+      - Fix filename
+
+2005-09-19  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_0)
+      NEWS:
+      fix #34548 (method append() in class extended from ArrayObject crashes PHP)
+
+2005-09-19  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/dom/php_dom.c
+      ext/dom/php_dom.c:
+      Fixed access to uninitialized value
+
+    * ZendEngine2/zend_execute.h
+      ZendEngine2/zend_execute.h
+      ZendEngine2/zend_execute.h:
+      MFH (removed unnecesary call to zval_ptr_dtor)
+
+    * ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h
+      ZendEngine2/zend_vm_opcodes.h:
+      Fixed access to memory that is already freed (in case of __call() method)
+
+    * (PHP_4_4)
+      Zend/zend_execute.c:
+      Fixed parameter passing incompatibilities.
+
+    * (PHP_5_0)
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h
+      ZendEngine2/zend_vm_opcodes.h
+      ZendEngine2/tests/bug33257.phpt
+      ZendEngine2/tests/bug33257.phpt
+      ZendEngine2/tests/bug33257.phpt:
+      Fixed parameter passing incompatibilities.
+      Now it is possible to call array_pop(explode("&","1&2&3")) again.
+
+    * ZendEngine2/zend_execute.c
+      ZendEngine2/zend_reflection_api.c
+      ZendEngine2/tests/bug33996.phpt:
+      Unicode support
+
+    * ext/simplexml/tests/012.phpt:
+      Fixed test file
+
+2005-09-19  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * NEWS:
+      Add blame :)
+
 2005-09-18  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * (PHP_5_1)
index 24bf803a2e60201cf893f68f743e3db2de303a17..063d682a7d183f54ad3e7fff8f853638747451a7 100644 (file)
@@ -1,3 +1,43 @@
+2005-09-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      - Add eytension consts to extension output (Johannes)
+      - Fix WS in output
+
+2005-09-19  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_execute.h
+      zend_execute.h
+      zend_execute.h:
+      MFH (removed unnecesary call to zval_ptr_dtor)
+
+    * zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h
+      zend_vm_opcodes.h
+      zend_vm_opcodes.h:
+      Fixed access to memory that is already freed (in case of __call() method)
+
+    * (PHP_5_0)
+      zend_execute.c
+      zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h
+      zend_vm_opcodes.h
+      zend_vm_opcodes.h
+      tests/bug33257.phpt
+      tests/bug33257.phpt
+      tests/bug33257.phpt:
+      Fixed parameter passing incompatibilities.
+      Now it is possible to call array_pop(explode("&","1&2&3")) again.
+
+    * zend_execute.c
+      zend_reflection_api.c
+      tests/bug33996.phpt:
+      Unicode support
+
 2005-09-18  Antony Dovgal  <antony@zend.com>
 
     * (PHP_5_0)