changelog Sun May 21 05:31:53 2006 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.917&r2=1.918&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.917 ZendEngine2/ChangeLog:1.918
--- ZendEngine2/ChangeLog:1.917 Sat May 20 05:31:54 2006
+++ ZendEngine2/ChangeLog Sun May 21 05:31:53 2006
@@ -1,3 +1,46 @@
+2006-05-20 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_objects.c:
+ - Z_LVAL is a long so use %ld
+
+2006-05-20 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * zend_objects_API.c
+ zend_objects_API.h:
+ fix the typo before everybody forgets about it
+
+2006-05-20 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* zend_ini.c
@@ -13600,7 +13643,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.917 2006/05/20 05:31:54 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.918 2006/05/21 05:31:53 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -15324,7 +15367,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.917 2006/05/20 05:31:54
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.918 2006/05/21 05:31:53
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>