From: Date: Fri, 12 May 2006 05:31:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_NEW_OUTPUT_API~223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=058ddb8f65450f34e42e64bb741f084bf5902547;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7668a16a84..b089551263 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,102 @@ +2006-05-11 Marcus Boerger + + * (PHP_5_2) + NEWS: + - Update + +2006-05-11 Antony Dovgal + + * (PHP_5_2) + ZendEngine2/zend.c: + no need to destroy the zval here + +2006-05-11 Dmitry Stogov + + * (PHP_5_1) + NEWS + NEWS + main/main.c + main/main.c + sapi/cli/php_cli.c + sapi/cli/php_cli.c: + Fixed bug #37306 (max_execution_time = max_input_time) + + * main/main.c + sapi/cli/php_cli.c: + Fixed bug #37306 (max_execution_time = max_input_time). + +2006-05-11 Ilia Alshanetsky + + * acinclude.m4: + MFB: Fixed bug #37413 (Rejected versions of flex that don't work). + + * (PHP_5_2) + NEWS + acinclude.m4: + Fixed bug #37413 (Rejected versions of flex that don't work). + +2006-05-11 Marcus Boerger + + * ZendEngine2/zend_vm_execute.h: + - Drop a few superflous if conditions (now the generated file) + + * ZendEngine2/zend_interfaces.c + ZendEngine2/zend_vm_def.h: + - Drop a few superflous if conditions + + * (PHP_5_2) + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_execute.c + ZendEngine2/zend_interfaces.c + ZendEngine2/zend_language_parser.y + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + - MFH missing bits and pieces of the partial sync with head + + * (PHP_5_2) + ZendEngine2/zend_API.c: + - Drop second superflous zval_ptr_dtor in string arg parsing + + * ext/dba/libflatfile/flatfile.c + ext/dba/libinifile/inifile.c: + - Fix build + +2006-05-11 Andrei Zmievski + + * ZendEngine2/zend_compile.h + ZendEngine2/zend_language_scanner.l: + Adjust API for scanning INI files as UTF-8. + +2006-05-11 Antony Dovgal + + * (PHP_5_2) + ZendEngine2/zend_API.c: + fix segfault when passing objects where strings are expected + +2006-05-11 Seiji Masugata + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.c + ext/mbstring/mbstring.c: + fixed all mbstring setting information doesn't return in mb_get_info( ). + +2006-05-11 Antony Dovgal + + * ZendEngine2/tests/objects_001.phpt + ZendEngine2/tests/objects_001.phpt: + + file objects_001.phpt was initially added on branch PHP_5_2. + +2006-05-11 Marcus Boerger + + * (PHP_5_2) + ext/mcrypt/mcrypt.c: + - Use of E_RECOVERABLE_ERROR + + * main/main.c: + - Fix error mode handling + 2006-05-10 Antony Dovgal * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6d53fe3ce7..3c19252b7c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,49 @@ +2006-05-11 Antony Dovgal + + * (PHP_5_2) + zend.c: + no need to destroy the zval here + +2006-05-11 Marcus Boerger + + * zend_vm_execute.h: + - Drop a few superflous if conditions (now the generated file) + + * zend_interfaces.c + zend_vm_def.h: + - Drop a few superflous if conditions + + * (PHP_5_2) + zend_compile.c + zend_compile.h + zend_execute.c + zend_interfaces.c + zend_language_parser.y + zend_vm_def.h + zend_vm_execute.h: + - MFH missing bits and pieces of the partial sync with head + + * (PHP_5_2) + zend_API.c: + - Drop second superflous zval_ptr_dtor in string arg parsing + +2006-05-11 Andrei Zmievski + + * zend_compile.h + zend_language_scanner.l: + Adjust API for scanning INI files as UTF-8. + +2006-05-11 Antony Dovgal + + * (PHP_5_2) + zend_API.c: + fix segfault when passing objects where strings are expected + + * tests/objects_001.phpt + tests/objects_001.phpt: + + file objects_001.phpt was initially added on branch PHP_5_2. + 2006-05-10 Antony Dovgal * (PHP_5_2)