From e38fe93975c37df6883f6d39d9396a5df195c48d Mon Sep 17 00:00:00 2001 From: Date: Sat, 9 Oct 2004 00:36:00 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 19 +++++++++++++ 2 files changed, 94 insertions(+) diff --git a/ChangeLog b/ChangeLog index 380aabf809..be86d00f1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2004-10-08 Marcus Boerger + + * ext/standard/basic_functions.c: + Revert for now + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_vm_handlers.h: + - Revert automatic pass arg_info + + * ext/standard/var.c: + speling + +2004-10-08 Andi Gutmans + + * ZendEngine2/zend_compile.c: + - Fix BC break with default in switch() having to be at the end. + +2004-10-08 Christian Stocker + + * (PHP_5_0) + NEWS + main/streams/userspace.c: + MFH + Fixed bug #27183 (Userland stream wrapper segfaults on stream_write). + + * NEWS: + this NEWS entry should have gone into PHP_5_0 branch. sorry + +2004-10-08 Moriyoshi Koizumi + + * (PHP_5_0) + NEWS: + - BFN + +2004-10-08 Christian Stocker + + * NEWS + main/streams/userspace.c: + - Fixed bug #27183 (Userland stream wrapper segfaults on stream_write) + Was applied to PHP 4 ages ago, but not to PHP 5 branch + +2004-10-08 Moriyoshi Koizumi + + * (PHP_5_0) + ext/mbstring/config.m4: + - MFH(r-1.53): Avoid doubly symbol definition. Codes in the removed file + has + never been used anywhere. + + * ext/mbstring/config.m4: + - Avoid doubly symbol definition. Codes in the removed file has never been + used anywhere. + +2004-10-08 Anantha Kesari H Y + + * sapi/cli/php_getopt.h: + As NetWare LibC has optind and optarg macros defined in unistd.h our local + variables were getting mistakenly preprocessed so undeffing optind and + optarg + + * TSRM/tsrm_virtual_cwd.h: + removed redundant CLIB_STAT_PATCH checks. defined the IS_ABSOLUTE_PATH + macros to suit the NetWare filesystem convention + + * TSRM/tsrm_virtual_cwd.c: + removed redundant NEW_LIBC checks and added the code to recognize the file + naming convention in NetWare(supports Windows based drive names like sys: + data: and unix like / (sys: being root) + + * ZendEngine2/acconfig.h + ZendEngine2/zend_config.nw.h: + explicitly including sys/select.h as NetWare LibC sys/types.h does not + include sys/select.h implicitly as other LibC + 2004-10-07 Ilia Alshanetsky * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 1ab9d10553..06bd50dd67 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,22 @@ +2004-10-08 Marcus Boerger + + * zend_compile.c + zend_compile.h + zend_vm_handlers.h: + - Revert automatic pass arg_info + +2004-10-08 Andi Gutmans + + * zend_compile.c: + - Fix BC break with default in switch() having to be at the end. + +2004-10-08 Anantha Kesari H Y + + * acconfig.h + zend_config.nw.h: + explicitly including sys/select.h as NetWare LibC sys/types.h does not + include sys/select.h implicitly as other LibC + 2004-10-06 Marcus Boerger * zend_reflection_api.c: -- 2.50.1