From 857e6f03e0fbdc0497febd6cb0709ce7fdc6af35 Mon Sep 17 00:00:00 2001 From: Date: Wed, 21 Nov 2007 01:31:29 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 192 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 86 ++++++++++++++++++++++ 2 files changed, 278 insertions(+) diff --git a/ChangeLog b/ChangeLog index f722f65a54..798f3edb6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,195 @@ +2007-11-20 Johannes Schl�ter + + * ZendEngine2/tests/021.phpt + ZendEngine2/tests/021.phpt: + + - Add test + +2007-11-20 Ilia Alshanetsky + + * ext/pdo/pdo_stmt.c: + + revert previous pdo patch + + * (PHP_5_2) + ext/pdo/pdo_stmt.c + ext/pdo_pgsql/pgsql_statement.c: + + MFB: Adjusted fix for bug #42978 + + * (PHP_5_3) + ext/pdo/pdo_stmt.c + ext/pdo_pgsql/pgsql_statement.c: + + Adjusted fix for bug #42978 + +2007-11-20 Hannes Magnusson + + * ext/standard/basic_functions.c + ext/standard/tests/general_functions/getopt_004.phpt + ext/standard/tests/general_functions/getopt_005.phpt + main/getopt.c: + - Add support for optional values + - Add support for = as seperator + +2007-11-20 Johannes Schl�ter + + * (PHP_5_3) + NEWS + ext/standard/basic_functions.c + ext/standard/streamsfuncs.c + ext/standard/streamsfuncs.h + ext/standard/tests/file/stream_supports_lock.phpt: + MFH: Add stream_supports_lock() function (Benjamin Schulz) + + * ext/standard/basic_functions.c + ext/standard/streamsfuncs.c + ext/standard/streamsfuncs.h + ext/standard/tests/file/stream_supports_lock.phpt + ext/standard/tests/file/stream_supports_lock.phpt: + Add stream_supports_lock() function (Benjamin Schulz) + + * ZendEngine2/zend_constants.c: + - Fix build + +2007-11-20 Lars Westermann + + * (PHP_5_3) + ext/interbase/ibase_query.c: + Win32 still fails to build ... + +2007-11-20 Johannes Schl�ter + + * (PHP_5_3) + NEWS + ext/sysvmsg/php_sysvmsg.h + ext/sysvmsg/sysvmsg.c + ext/sysvmsg/tests/003.phpt: + MFH: Add msg_queue_exists() function (Benjamin Schulz) [DOC] + + * ext/sysvmsg/tests/003.phpt + ext/sysvmsg/tests/003.phpt: + + Add msg_queue_exists() function (Benjamin Schulz) + + * ext/sysvmsg/php_sysvmsg.h + ext/sysvmsg/sysvmsg.c: + Add msg_queue_exists() function (Benjamin Schulz) + +2007-11-20 Lars Westermann + + * (PHP_5_3) + ext/interbase/ibase_query.c: + Win32 fails to build + +2007-11-20 Dmitry Stogov + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + dead code + +2007-11-20 Jani Taskinen + + * ZendEngine2/zend_constants.c: + - Added ZEND_DEBUG_BUILD constant + +2007-11-20 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/pdo/pdo_stmt.c + ext/pdo/pdo_stmt.c: + + MFB: Fixed bug #42978 (mismatch between number of bound params and values + causes a crash in pdo_pgsql) + + * (PHP_5_3) + ext/pdo/pdo_stmt.c: + Fixed bug #42978 (mismatch between number of bound params and values causes + a crash in pdo_pgsql) + +2007-11-20 Dmitry Stogov + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h: + Optimization of zend_do_fcall_common_helper() + + * (PHP_5_3) + ZendEngine2/zend_operators.c: + MFH: math and comparison optimization + use macroses + + * ZendEngine2/zend_operators.c: + math and comparison optimization + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.c: + ZEND_FETCH_DIM optimization + + * ZendEngine2/zend.h + ZendEngine2/zend.h: + Fixed compilation on some systems (Wez) + + * (PHP_5_3) + NEWS + ZendEngine2/zend_API.c + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_globals.h + ZendEngine2/zend_globals.h + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.skl + ZendEngine2/zend_vm_execute.skl + ext/com_dotnet/com_com.c + ext/com_dotnet/com_com.c + ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_handlers.c + ext/spl/php_spl.c + ext/spl/php_spl.c: + Fixed bug #43136 (possible crash on script execution timeout. The + EG(function_state_ptr) is completely removed, + EG(current_execute_data)->function_state must be used instead) + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_compile.h + ZendEngine2/zend_language_parser.y + ZendEngine2/zend_language_parser.y + ZendEngine2/tests/lsb_006.phpt + ZendEngine2/tests/lsb_006.phpt + ZendEngine2/tests/lsb_007.phpt + ZendEngine2/tests/lsb_007.phpt + ZendEngine2/tests/ns_057.phpt + ZendEngine2/tests/ns_058.phpt: + Added support for "namespace::" prefix that is resolved to current + namespace name. + + * ZendEngine2/tests/ns_057.phpt + ZendEngine2/tests/ns_057.phpt + ZendEngine2/tests/ns_058.phpt + ZendEngine2/tests/ns_058.phpt: + + file ns_057.phpt was initially added on branch PHP_5_3. + +2007-11-20 Stanislav Malyshev + + * (PHP_4_4) + main/output.c: + fix crash with bad parameters + + * (PHP_4_4) + ext/standard/string.c: + merge wordwrap fix + 2007-11-19 Lars Westermann * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 153aeeca84..4a4914bdb4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,89 @@ +2007-11-20 Johannes Schl�ter + + * tests/021.phpt + tests/021.phpt: + + - Add test + + * zend_constants.c: + - Fix build + +2007-11-20 Dmitry Stogov + + * zend_vm_def.h + zend_vm_execute.h: + dead code + +2007-11-20 Jani Taskinen + + * zend_constants.c: + - Added ZEND_DEBUG_BUILD constant + +2007-11-20 Dmitry Stogov + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h: + Optimization of zend_do_fcall_common_helper() + + * (PHP_5_3) + zend_operators.c: + MFH: math and comparison optimization + use macroses + + * zend_operators.c: + math and comparison optimization + + * zend_execute.c + zend_execute.c: + ZEND_FETCH_DIM optimization + + * zend.h + zend.h: + Fixed compilation on some systems (Wez) + + * (PHP_5_3) + zend_API.c + zend_execute.c + zend_execute.c + zend_execute_API.c + zend_execute_API.c + zend_globals.h + zend_globals.h + zend_object_handlers.c + zend_object_handlers.c + zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + zend_vm_execute.skl + zend_vm_execute.skl: + Fixed bug #43136 (possible crash on script execution timeout. The + EG(function_state_ptr) is completely removed, + EG(current_execute_data)->function_state must be used instead) + + * zend_compile.c + zend_compile.c + zend_compile.h + zend_compile.h + zend_language_parser.y + zend_language_parser.y + tests/lsb_006.phpt + tests/lsb_006.phpt + tests/lsb_007.phpt + tests/lsb_007.phpt + tests/ns_057.phpt + tests/ns_058.phpt: + Added support for "namespace::" prefix that is resolved to current + namespace name. + + * tests/ns_057.phpt + tests/ns_057.phpt + tests/ns_058.phpt + tests/ns_058.phpt: + + file ns_057.phpt was initially added on branch PHP_5_3. + 2007-11-19 Dmitry Stogov * tests/bug29674.phpt -- 2.40.0