changelog Wed Sep 20 01:31:03 2006 UTC
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.984&r2=1.985&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.984 ZendEngine2/ChangeLog:1.985 --- ZendEngine2/ChangeLog:1.984 Tue Sep 19 01:30:58 2006 +++ ZendEngine2/ChangeLog Wed Sep 20 01:31:03 2006 @@ -1,3 +1,70 @@ +2006-09-19 Dmitry Stogov <[EMAIL PROTECTED]> + + * tests/bug34065.phpt + tests/bug34065.phpt + tests/bug38623.phpt + tests/bug38623.phpt: + + Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks) + + * zend_compile.c + zend_compile.c + zend_compile.h + zend_compile.h + zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + tests/bug34065.phpt + tests/bug38623.phpt: + Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks) + +2006-09-19 Andrei Zmievski <[EMAIL PROTECTED]> + + * zend.c: + Use internal converter name to speed up instantiation. + +2006-09-19 Sara Golemon <[EMAIL PROTECTED]> + + * zend.c + zend_globals.h: + Add INI controlled default stream encoding (unicode.stream_encoding). + Add convenience function stream_defualt_encoding() for setting it. + +2006-09-19 Dmitry Stogov <[EMAIL PROTECTED]> + + * (PHP_5_2) + zend_ini.h + zend_ini_parser.y + zend_ini_scanner.h + zend_ini_scanner.l: + MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; + constants are working exactly like in php.ini; with FastCGI -d affects all + requests). + + * zend_API.c + zend_API.h + zend_builtin_functions.c + zend_compile.c + zend_exceptions.c + zend_execute_API.c + zend_hash.c + zend_hash.h + zend_operators.c + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.skl: + Disabled autoconversion of hash keys (from string to unicode) for PHP + arrays + + * zend_vm_def.h + zend_vm_execute.h: + Forgotten part of patch (Small optimization of + ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT) + + * zend_API.c: + ZTS fix + 2006-09-18 Andrei Zmievski <[EMAIL PROTECTED]> * zend_API.c @@ -15213,7 +15280,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.984 2006/09/19 01:30:58 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.985 2006/09/20 01:31:03 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -16937,7 +17004,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.984 2006/09/19 01:30:58 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.985 2006/09/20 01:31:03 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>