changelog Sat Jul 28 01:34:21 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1148&r2=1.1149&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1148 ZendEngine2/ChangeLog:1.1149
--- ZendEngine2/ChangeLog:1.1148 Fri Jul 27 01:34:13 2007
+++ ZendEngine2/ChangeLog Sat Jul 28 01:34:20 2007
@@ -1,3 +1,38 @@
+2007-07-27 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_constants.c
+ zend_constants.c
+ tests/bug41633_4.phpt:
+ Improved fix for bug #41633 (self:: doesn't work for constants) to
support
+ function define()
+
+ * tests/bug41633_4.phpt
+ tests/bug41633_4.phpt:
+
+ file bug41633_4.phpt was initially added on branch PHP_5_2.
+
+ * tests/ns_010.phpt
+ tests/ns_037.phpt:
+ Extended tests
+
+ * zend_compile.c
+ zend_compile.h
+ zend_execute_API.c
+ zend_vm_def.h
+ zend_vm_execute.h
+ tests/ns_010.phpt
+ tests/ns_020.phpt
+ tests/ns_037.phpt:
+ Namespace support for name ambiguity between namespace and class name
+
+ * zend_compile.c
+ zend_constants.c
+ zend_language_parser.y
+ tests/ns_034.phpt
+ tests/ns_035.phpt
+ tests/ns_036.phpt:
+ Support for namespaces in compile-time constant reference
+
2007-07-26 Dmitry Stogov <[EMAIL PROTECTED]>
* zend_compile.c
@@ -18535,7 +18570,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1148 2007/07/27 01:34:13 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1149 2007/07/28 01:34:20 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -20259,7 +20294,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1148 2007/07/27 01:34:13
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1149 2007/07/28 01:34:20
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>