changelog Wed Nov 14 01:31:28 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1197&r2=1.1198&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1197 ZendEngine2/ChangeLog:1.1198
--- ZendEngine2/ChangeLog:1.1197 Tue Nov 13 01:31:33 2007
+++ ZendEngine2/ChangeLog Wed Nov 14 01:31:28 2007
@@ -1,3 +1,40 @@
+2007-11-13 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ zend_compile.c
+ tests/access_modifiers_001.phpt
+ tests/access_modifiers_002.phpt
+ tests/access_modifiers_003.phpt
+ tests/access_modifiers_004.phpt
+ tests/access_modifiers_005.phpt
+ tests/access_modifiers_006.phpt
+ tests/access_modifiers_007.phpt:
+ MFH: disallow multiple access modifiers and 'abstract abstract' methods
+ (patch by Etienne Kneuss)
+ add tests
+
+ * tests/access_modifiers_001.phpt
+ tests/access_modifiers_001.phpt
+ tests/access_modifiers_002.phpt
+ tests/access_modifiers_002.phpt
+ tests/access_modifiers_003.phpt
+ tests/access_modifiers_003.phpt
+ tests/access_modifiers_004.phpt
+ tests/access_modifiers_004.phpt
+ tests/access_modifiers_005.phpt
+ tests/access_modifiers_005.phpt
+ tests/access_modifiers_006.phpt
+ tests/access_modifiers_006.phpt
+ tests/access_modifiers_007.phpt
+ tests/access_modifiers_007.phpt:
+
+ disallow multiple access modifiers and 'abstract abstract' methods
+ add tests
+
+ * zend_compile.c:
+ disallow multiple access modifiers and 'abstract abstract' methods
+ add tests
+
2007-11-12 Dmitry Stogov <[EMAIL PROTECTED]>
* zend_compile.c
@@ -19997,7 +20034,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1197 2007/11/13 01:31:33 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1198 2007/11/14 01:31:28 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -21721,7 +21758,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1197 2007/11/13 01:31:33
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1198 2007/11/14 01:31:28
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>