changelog Tue Nov 13 01:31:34 2007 UTC
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1196&r2=1.1197&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.1196 ZendEngine2/ChangeLog:1.1197 --- ZendEngine2/ChangeLog:1.1196 Mon Nov 12 01:31:27 2007 +++ ZendEngine2/ChangeLog Tue Nov 13 01:31:33 2007 @@ -1,3 +1,52 @@ +2007-11-12 Dmitry Stogov <[EMAIL PROTECTED]> + + * zend_compile.c + zend_compile.c + tests/bug42859.phpt + tests/bug42859.phpt + tests/ns_029.phpt + tests/ns_029.phpt + tests/ns_030.phpt + tests/ns_030.phpt: + better error messages + +2007-11-12 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_2) + zend_compile.c + zend_compile.c + tests/errmsg_038.phpt + tests/errmsg_038.phpt: + MFH: fix error message (reported by Felipe Nascimento) + + * zend_compile.c + tests/errmsg_038.phpt: + fix error message (reported by Felipe Nascimento) + +2007-11-12 Dmitry Stogov <[EMAIL PROTECTED]> + + * zend_compile.c + zend_compile.c + tests/bug43183.phpt + tests/bug43183.phpt + tests/bug43183.phpt: + Fixed bug #43183 ("use" of the same class in difference scripts results in + a fatal error) + + * zend_object_handlers.c + zend_object_handlers.c + zend_object_handlers.c + tests/bug42937.phpt + tests/bug42937.phpt: + Fixed bug #42937 (__call() method not invoked when methods are called on + parent from child class). + + * tests/bug42937.phpt + tests/bug42937.phpt + tests/bug42937.phpt: + 1.1.4; + file bug42937.phpt was initially added on branch PHP_5_2. + 2007-11-11 Johannes Schl�ter <[EMAIL PROTECTED]> * (PHP_5_3) @@ -19948,7 +19997,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.1196 2007/11/12 01:31:27 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.1197 2007/11/13 01:31:33 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -21672,7 +21721,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.1196 2007/11/12 01:31:27 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.1197 2007/11/13 01:31:33 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>