Browse Source

ChangeLog update

migration/RELEASE_1_0_0
20 years ago
parent
commit
cdcc0e2633
  1. 64
      ChangeLog
  2. 43
      Zend/ChangeLog

64
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

43
Zend/ChangeLog

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

Loading…
Cancel
Save