changelog Sat Sep 1 01:31:25 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1162&r2=1.1163&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1162 ZendEngine2/ChangeLog:1.1163
--- ZendEngine2/ChangeLog:1.1162 Fri Aug 31 01:31:23 2007
+++ ZendEngine2/ChangeLog Sat Sep 1 01:31:24 2007
@@ -1,3 +1,44 @@
+2007-08-31 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ zend_API.c
+ tests/magic_by_ref_001.phpt
+ tests/magic_by_ref_002.phpt
+ tests/magic_by_ref_003.phpt
+ tests/magic_by_ref_004.phpt
+ tests/magic_by_ref_005.phpt
+ tests/magic_by_ref_006.phpt
+ tests/magic_by_ref_007.phpt
+ tests/magic_by_ref_010.phpt:
+ MFH: prohibit arguments by ref in magic methods
+
+ * zend_API.c
+ tests/magic_by_ref_001.phpt
+ tests/magic_by_ref_001.phpt
+ tests/magic_by_ref_002.phpt
+ tests/magic_by_ref_002.phpt
+ tests/magic_by_ref_003.phpt
+ tests/magic_by_ref_003.phpt
+ tests/magic_by_ref_004.phpt
+ tests/magic_by_ref_004.phpt
+ tests/magic_by_ref_005.phpt
+ tests/magic_by_ref_005.phpt
+ tests/magic_by_ref_006.phpt
+ tests/magic_by_ref_006.phpt
+ tests/magic_by_ref_007.phpt
+ tests/magic_by_ref_007.phpt
+ tests/magic_by_ref_008.phpt
+ tests/magic_by_ref_009.phpt
+ tests/magic_by_ref_010.phpt
+ tests/magic_by_ref_010.phpt:
+ prohibit arguments by ref in magic methods
+
+2007-08-31 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * zend_ini.c:
+ - Revert the revert: this is not causing any problems (or we have lot
+ bigger issues), the bug is elsewhere
+
2007-08-30 Johannes Schlüter <[EMAIL PROTECTED]>
* zend.h
@@ -18811,7 +18852,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1162 2007/08/31 01:31:23 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1163 2007/09/01 01:31:24 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -20535,7 +20576,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1162 2007/08/31 01:31:23
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1163 2007/09/01 01:31:24
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>