]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 17 Sep 2005 05:42:43 +0000 (05:42 +0000)
committer <changelog@php.net> <>
Sat, 17 Sep 2005 05:42:43 +0000 (05:42 +0000)
ChangeLog
Zend/ChangeLog

index 5d96b62e5c41630d2ca65697d7aed9d7ea51b7a2..f43c1d33030a30ff959771a3c0c3fad98efa4076 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,106 @@
+2005-09-16  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_0)
+      NEWS
+      NEWS
+      NEWS:
+      BFN
+
+    * (PHP_5_0)
+      ZendEngine2/zend_reflection_api.c
+      ZendEngine2/zend_reflection_api.c:
+      MFH: check class_entry of this_ptr in Reflection API
+
+    * ZendEngine2/zend_reflection_api.c:
+      check class_entry of this_ptr in Reflection API, so we won't get an alien
+      this_ptr
+      when called statically in a function that is called statically too
+      (without being
+      declared as static)
+
+2005-09-16  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * NEWS:
+      Please, only add entries for fixed bugs if they are ONLY fixed in HEAD!
+
+2005-09-16  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_1)
+      ext/standard/http.c
+      ext/standard/var.c
+      ext/wddx/wddx.c:
+      fix #34505 (possible memory corruption when unmangling properties with
+      empty names)
+      2nd part
+
+    * (PHP_5_1)
+      ZendEngine2/zend.c
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_reflection_api.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      fix #34505 (possible memory corruption when unmangling properties with
+      empty names)
+      1st part
+
+2005-09-16  Dmitry Stogov  <dmitry@zend.com>
+
+    * NEWS
+      NEWS
+      NEWS:
+      Fixed bug #34478 (Incorrect parsing of url's fragment (#...))
+
+    * ZendEngine2/tests/array_type_hint_001.phpt
+      tests/classes/type_hinting_001.phpt
+      tests/lang/bug24658.phpt
+      tests/lang/catchable_error_001.phpt
+      tests/lang/catchable_error_002.phpt
+      tests/lang/type_hints_001.phpt:
+      Fixed tests
+
+2005-09-16  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/sqlite/tests/sqlite_spl_001.phpt:
+      - MFB
+
+2005-09-16  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/tests/bug34518.phpt
+      ZendEngine2/tests/bug34518.phpt:
+      
+      Fixed bug #34518 (Unset doesn't separate container in CV)
+
+    * NEWS
+      NEWS
+      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/bug34518.phpt:
+      Fixed bug #34518 (Unset doesn't separate container in CV)
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c:
+      MFH (overriding of protected static property)
+
+2005-09-16  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      ext/ldap/config.m4:
+      correct flag
+
+    * (PHP_5_1)
+      ext/ldap/config.m4:
+      Fixed bug #34525
+
+    * (PHP_5_1)
+      ext/sqlite/tests/sqlite_spl_001.phpt:
+      fix test
+
 2005-09-15  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * (PHP_5_1)
index dfe502dfb1d8b567cd2efa1e20d94af9f89ca783..af4c08439a38be8f98b50610d88a5cc0f2a7dd42 100644 (file)
@@ -1,3 +1,52 @@
+2005-09-16  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_0)
+      zend_reflection_api.c
+      zend_reflection_api.c:
+      MFH: check class_entry of this_ptr in Reflection API
+
+    * zend_reflection_api.c:
+      check class_entry of this_ptr in Reflection API, so we won't get an alien
+      this_ptr
+      when called statically in a function that is called statically too
+      (without being
+      declared as static)
+
+    * (PHP_5_1)
+      zend.c
+      zend_builtin_functions.c
+      zend_compile.c
+      zend_compile.h
+      zend_reflection_api.c
+      zend_vm_def.h
+      zend_vm_execute.h:
+      fix #34505 (possible memory corruption when unmangling properties with
+      empty names)
+      1st part
+
+2005-09-16  Dmitry Stogov  <dmitry@zend.com>
+
+    * tests/array_type_hint_001.phpt:
+      Fixed tests
+
+    * tests/bug34518.phpt
+      tests/bug34518.phpt:
+      
+      Fixed bug #34518 (Unset doesn't separate container in CV)
+
+    * 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/bug34518.phpt:
+      Fixed bug #34518 (Unset doesn't separate container in CV)
+
+    * zend_compile.c
+      zend_compile.c:
+      MFH (overriding of protected static property)
+
 2005-09-15  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * (PHP_5_1)