changelog Mon Jul 10 01:30:51 2006 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.939&r2=1.940&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.939 ZendEngine2/ChangeLog:1.940
--- ZendEngine2/ChangeLog:1.939 Fri Jul 7 01:30:57 2006
+++ ZendEngine2/ChangeLog Mon Jul 10 01:30:51 2006
@@ -1,3 +1,43 @@
+2006-07-09 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_builtin_functions.c
+ zend_builtin_functions.c
+ tests/bug37811.phpt
+ tests/bug37811.phpt
+ tests/bug37811.phpt:
+ - Fixed Bug #37811 define not using toString on objects
+
+ * (PHP_5_2)
+ zend_operators.c:
+ - MFH Fix issue with comparing objects with objects
+
+ * zend_operators.c:
+ - Reword comment
+
+ * zend_operators.c:
+ - Fix issue with comparing objects with objects
+
+ * zend_operators.c:
+ - Drop dead code
+
+ * tests/objects_015.phpt
+ tests/objects_015.phpt:
+
+ - Add new test
+
+ * (PHP_5_2)
+ zend_operators.c:
+ - MFH:
+ . Fix comparision edgecases involving objects (Tony, Marcus)
+ . Use ZVAL_LONG() where appropriate
+
+ * zend_operators.c:
+ - Fix comparision edgecases involving objects (Tony, Marcus)
+ - Use ZVAL_LONG() where appropriate
+
+ * tests/abstract-static.phpt:
+ - Fix test
+
2006-07-06 Antony Dovgal <[EMAIL PROTECTED]>
* tests/016.phpt:
@@ -14274,7 +14314,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.939 2006/07/07 01:30:57 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.940 2006/07/10 01:30:51 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -15998,7 +16038,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.939 2006/07/07 01:30:57
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.940 2006/07/10 01:30:51
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>