|
|
|
@ -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 |
|
|
|
|