changelog Sun May 21 05:31:48 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2351&r2=1.2352&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2351 php-src/ChangeLog:1.2352
--- php-src/ChangeLog:1.2351 Sat May 20 05:31:49 2006
+++ php-src/ChangeLog Sun May 21 05:31:47 2006
@@ -1,3 +1,67 @@
+2006-05-20 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_objects.c:
+ - Z_LVAL is a long so use %ld
+
+2006-05-20 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_objects_API.c
+ ZendEngine2/zend_objects_API.h:
+ fix the typo before everybody forgets about it
+
+2006-05-20 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * .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 <[EMAIL PROTECTED]>
* ZendEngine2/zend_ini.c