]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 21 May 2006 05:31:53 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Sun, 21 May 2006 05:31:53 +0000 (05:31 +0000)
ChangeLog
Zend/ChangeLog

index 623f4076e6ce4fbb9267de77d85a5b2a05c7786e..bf194700958d2e27707158bd2a7550c2ac5580b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+2006-05-20  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_objects.c:
+      - Z_LVAL is a long so use %ld
+
+2006-05-20  Antony Dovgal  <antony@zend.com>
+
+    * ZendEngine2/zend_objects_API.c
+      ZendEngine2/zend_objects_API.h:
+      fix the typo before everybody forgets about it
+
+2006-05-20  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_objects.c:
+      - Better error message in case of an exception from a dtor while an
+        exception is already pending
+
+    * ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_gen.php:
+      - Fix warning
+
+2006-05-20  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      ext/oci8/oci8_lob.c:
+      MFH: attempt to fix OCILobRead2() related problems
+
+    * ext/oci8/oci8_lob.c:
+      attempt to fix OCILobRead2() related problems
+
+2006-05-20  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * .gdbinit:
+      - In printzv show private/protected visibility and class in case of private
+
+    * tests/classes/abstract_by_interface_001.phpt
+      tests/classes/abstract_by_interface_001.phpt
+      tests/classes/abstract_by_interface_002.phpt
+      tests/classes/abstract_by_interface_002.phpt:
+      
+      - Add new tests
+
+    * ZendEngine2/zend_objects.c:
+      - Do not use the protection at this place, we would need another object
+        shutdown state (e.g. destructed == 2). That's probbaly too much.
+
+    * ZendEngine2/zend_objects.c
+      ZendEngine2/zend_objects_API.c
+      ZendEngine2/zend_objects_API.h:
+      - Destructors must not be called twice
+
+    * ZendEngine2/tests/catch_004.phpt:
+      - Should be static and be called (comitted wrong version)
+
+    * ZendEngine2/tests/catch_002.phpt
+      ZendEngine2/tests/catch_002.phpt
+      ZendEngine2/tests/catch_003.phpt
+      ZendEngine2/tests/catch_003.phpt
+      ZendEngine2/tests/catch_004.phpt
+      ZendEngine2/tests/catch_004.phpt:
+      
+      - Add new tests
+
 2006-05-19  Dmitry Stogov  <dmitry@zend.com>
 
     * ZendEngine2/zend_ini.c
index 7e3ddceee563123bf71e465e514c6bddddce7ac6..fc81f35e5bcc4d37a2506d683391eee17be3f8f5 100644 (file)
@@ -1,3 +1,46 @@
+2006-05-20  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_objects.c:
+      - Z_LVAL is a long so use %ld
+
+2006-05-20  Antony Dovgal  <antony@zend.com>
+
+    * zend_objects_API.c
+      zend_objects_API.h:
+      fix the typo before everybody forgets about it
+
+2006-05-20  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_objects.c:
+      - Better error message in case of an exception from a dtor while an
+        exception is already pending
+
+    * zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_gen.php:
+      - Fix warning
+
+    * zend_objects.c:
+      - Do not use the protection at this place, we would need another object
+        shutdown state (e.g. destructed == 2). That's probbaly too much.
+
+    * zend_objects.c
+      zend_objects_API.c
+      zend_objects_API.h:
+      - Destructors must not be called twice
+
+    * tests/catch_004.phpt:
+      - Should be static and be called (comitted wrong version)
+
+    * tests/catch_002.phpt
+      tests/catch_002.phpt
+      tests/catch_003.phpt
+      tests/catch_003.phpt
+      tests/catch_004.phpt
+      tests/catch_004.phpt:
+      
+      - Add new tests
+
 2006-05-19  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_ini.c