changelog Tue Mar 28 06:31:49 2006 UTC
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.887&r2=1.888&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.887 ZendEngine2/ChangeLog:1.888 --- ZendEngine2/ChangeLog:1.887 Mon Mar 27 06:31:51 2006 +++ ZendEngine2/ChangeLog Tue Mar 28 06:31:49 2006 @@ -1,3 +1,60 @@ +2006-03-27 Antony Dovgal <[EMAIL PROTECTED]> + + * zend.c: + MF51: fix #36878 (error messages are printed even though an exception has + been thrown) + + * (PHP_5_1) + zend.c: + fix #36878 (error messages are printed even though an exception has been + thrown) + +2006-03-27 Andrei Zmievski <[EMAIL PROTECTED]> + + * zend_unicode.c: + Add UTODO. + + * zend_compile.c: + Mark with UTODO instead of FIXME. + +2006-03-27 Dmitry Stogov <[EMAIL PROTECTED]> + + * tests/bug30791.phpt: + Fixed test + + * zend_compile.c: + Fixed bug during function/class declaration in unicode mode + + * zend_compile.c + zend_compile.c: + Fixed meory leak in case of unknown pragma + + * zend_unicode.c: + Better but incomplete fix for bug #36840 + + * zend_exceptions.c + zend_unicode.c + zend_unicode.h: + Fixed ZTS build + +2006-03-27 Andrei Zmievski <[EMAIL PROTECTED]> + + * zend_exceptions.c: + Fix a case where we could have an encoding conversion exception thrown + while building exception trace args! + + * zend_exceptions.c: + Use (unsigned char) to make sure that only the control chars are + replaced with '?'; + + * zend_unicode.c: + Skip BOM for UTF-16/32 converters when setting subst char. + + * zend_API.c: + Some functions may want to accept only Unicode or binary strings, + without having auto-conversion from the other string type. Add 'U' and + 'S' specifiers for this. Also, remove traces of 'native' strings. + 2006-03-26 Andrei Zmievski <[EMAIL PROTECTED]> * zend.c @@ -12879,7 +12936,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.887 2006/03/27 06:31:51 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.888 2006/03/28 06:31:49 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -14603,7 +14660,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.887 2006/03/27 06:31:51 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.888 2006/03/28 06:31:49 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>