From cdcc0e2633819339aa54363298216667bcac168b Mon Sep 17 00:00:00 2001 From: Date: Sun, 21 May 2006 05:31:53 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 43 +++++++++++++++++++++++++++++++++ 2 files changed, 107 insertions(+) diff --git a/ChangeLog b/ChangeLog index 623f4076e6c..bf194700958 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2006-05-20 Marcus Boerger + + * ZendEngine2/zend_objects.c: + - Z_LVAL is a long so use %ld + +2006-05-20 Antony Dovgal + + * ZendEngine2/zend_objects_API.c + ZendEngine2/zend_objects_API.h: + fix the typo before everybody forgets about it + +2006-05-20 Marcus Boerger + + * 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 + + * (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 + + * .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 * ZendEngine2/zend_ini.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7e3ddceee56..fc81f35e5bc 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,46 @@ +2006-05-20 Marcus Boerger + + * zend_objects.c: + - Z_LVAL is a long so use %ld + +2006-05-20 Antony Dovgal + + * zend_objects_API.c + zend_objects_API.h: + fix the typo before everybody forgets about it + +2006-05-20 Marcus Boerger + + * 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 * zend_ini.c