changelog Tue Oct 2 01:31:38 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1177&r2=1.1178&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1177 ZendEngine2/ChangeLog:1.1178
--- ZendEngine2/ChangeLog:1.1177 Mon Oct 1 01:31:19 2007
+++ ZendEngine2/ChangeLog Tue Oct 2 01:31:38 2007
@@ -1,3 +1,75 @@
+2007-10-01 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * zend_ini.c:
+ MFB: MFB: Fixed typo in previous patch
+
+ * (PHP_5_2)
+ zend_ini.c:
+
+ MFB: Fixed typo in previous patch
+
+ * (PHP_5_3)
+ zend_ini.c:
+ Fixed typo in the previous patch
+
+ * zend_ini.c
+ zend_ini.c:
+ MFB: Refactor code to make fixes for coverity issues #385 and #386 a bit
+ more obvious
+
+ * (PHP_5_3)
+ zend_ini.c:
+ Refactor code to make fixes for coverity issues #385 and #386 a bit more
+ obvious
+
+2007-10-01 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ tests/018.phpt:
+ MFH:- Added common getopt implementation to core.
+ MFH:- Added long-option feature to getopt().
+ MFH:- Made getopt() available on win32 systems.
+ MFH: Patch by: David Soria Parra <[EMAIL PROTECTED]>
+ [DOC]: These changes will be available from 5.3+
+
+
+2007-10-01 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_compile.c
+ zend_compile.c:
+ Late Static Binding make no sense in compile-time constants.
+
+ * zend_compile.c
+ zend_compile.c
+ zend_execute.c
+ zend_execute.c
+ zend_language_parser.y
+ zend_language_parser.y
+ zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_execute.h
+ tests/bug42802.phpt:
+ Fixed bug #42802 (Namespace not supported in typehints)
+
+ * tests/bug42802.phpt
+ tests/bug42802.phpt:
+
+ file bug42802.phpt was initially added on branch PHP_5_3.
+
+ * zend_constants.c
+ zend_constants.c
+ zend_execute_API.c
+ zend_execute_API.c
+ tests/bug42798.phpt:
+ Fixed bug #42798 (__autoload() not triggered for classes used in method
+ signature).
+
+ * tests/bug42798.phpt
+ tests/bug42798.phpt:
+
+ file bug42798.phpt was initially added on branch PHP_5_3.
+
2007-09-30 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_5_3)
@@ -19362,7 +19434,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1177 2007/10/01 01:31:19 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1178 2007/10/02 01:31:38 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -21086,7 +21158,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1177 2007/10/01 01:31:19
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1178 2007/10/02 01:31:38
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>