changelog Thu Aug 23 01:31:14 2007 UTC
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1157&r2=1.1158&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.1157 ZendEngine2/ChangeLog:1.1158 --- ZendEngine2/ChangeLog:1.1157 Tue Aug 21 01:31:31 2007 +++ ZendEngine2/ChangeLog Thu Aug 23 01:31:14 2007 @@ -1,3 +1,35 @@ +2007-08-22 Dmitry Stogov <[EMAIL PROTECTED]> + + * zend_builtin_functions.c + zend_builtin_functions.c + tests/is_a.phpt + tests/is_a.phpt: + Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload, in + the same way as "instanceof" operator). + + * zend_compile.c + zend_execute_API.c + zend_vm_def.h + zend_vm_execute.h + tests/ns_021.phpt + tests/ns_026.phpt: + Fixed name resolution + namespace A; + B::foo(); // 1. this is function "foo" from namespace "B" + // 2. this is static method "foo" of class "B" from + namespace "A" + // 3. this is static methos "boo" of internal class "B" + namespace A; + A::foo(); // 1. this is function "foo" from namespace "A" + // 2. this is static method "foo" of class "A" from + namespace "A" + // 3. this is static methos "foo" of internal class "A" + + * zend_compile.c + tests/ns_029.phpt + tests/ns_030.phpt: + typo + 2007-08-20 Dmitry Stogov <[EMAIL PROTECTED]> * zend_API.c @@ -18698,7 +18730,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.1157 2007/08/21 01:31:31 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.1158 2007/08/23 01:31:14 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -20422,7 +20454,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.1157 2007/08/21 01:31:31 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.1158 2007/08/23 01:31:14 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>