changelog Wed Sep 12 01:31:18 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1167&r2=1.1168&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1167 ZendEngine2/ChangeLog:1.1168
--- ZendEngine2/ChangeLog:1.1167 Mon Sep 10 01:31:22 2007
+++ ZendEngine2/ChangeLog Wed Sep 12 01:31:18 2007
@@ -1,3 +1,23 @@
+2007-09-11 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_builtin_functions.c:
+ typo
+
+ * zend_builtin_functions.c:
+ forgotten part
+
+ * zend_constants.c
+ zend_execute.h
+ zend_execute_API.c
+ zend_vm_def.h
+ zend_vm_execute.h:
+ - in case of ambiguity class name in namespace call __autoload() only
+ after
+ checking for both (class from current namespace and internal class)
+ - improved class fetching performance
+ - fixed wrong (lowercase) name passed to __autoload() from
+ call_user_func()
+
2007-09-09 Antony Dovgal <[EMAIL PROTECTED]>
* zend_language_scanner.l:
@@ -18923,7 +18943,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1167 2007/09/10 01:31:22 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1168 2007/09/12 01:31:18 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -20647,7 +20667,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1167 2007/09/10 01:31:22
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1168 2007/09/12 01:31:18
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>