From 517a4152ce93ea82d92dfd0f942e3643e1e912f9 Mon Sep 17 00:00:00 2001 From: Date: Thu, 22 Sep 2005 05:45:59 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 30 +++++++++++++++++++ 2 files changed, 108 insertions(+) diff --git a/ChangeLog b/ChangeLog index 84a642564d..544beb9ec1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2005-09-21 Marcus Boerger + + * (PHP_5_1) + NEWS: + - BFN + +2005-09-21 Dmitry Stogov + + * (PHP_5_0) + ext/standard/http_fopen_wrapper.c: + Fixed memory corryption + + * ext/standard/http_fopen_wrapper.c + ext/standard/http_fopen_wrapper.c: + Fixed memory corruption + + * ext/standard/http_fopen_wrapper.c + ext/standard/http_fopen_wrapper.c: + Allow fopen() make HTTPS requests throug HTTP proxies + + * (PHP_5_0) + ext/standard/basic_functions.c + ext/standard/file.c + ext/standard/streamsfuncs.c + ext/standard/streamsfuncs.h: + Backport stream_socket_enable_crypto() + +2005-09-21 Ilia Alshanetsky + + * ext/mbstring/mbstring.c: + MFB: fixed compiler warnings + + * (PHP_5_1) + ext/mbstring/mbstring.c: + fixed compiler warnings + + * (PHP_4_4) + NEWS + NEWS + ext/mbstring/mbstring.c + ext/mbstring/mbstring.c: + MFH: Fixed bug #34565 (mb_send_mail does not fetch + mail.force_extra_parameters) + + * ext/mbstring/mbstring.c: + Fixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters) + +2005-09-21 Marcus Boerger + + * (PHP_5_0) + ZendEngine2/zend_language_parser.y + ZendEngine2/zend_language_parser.y: + - MFH Fix Bug #34243 ReflectionClass::getDocComment() returns no result + + * ZendEngine2/zend_language_parser.y: + - Fix Bug #34243 ReflectionClass::getDocComment() returns no result + +2005-09-21 Derick Rethans + + * (PHP_4_4) + Zend/zend_execute.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h: + - MFH: Moved the FREE_OP to after the execution of the included file, or + eval + statement so that it is safe to access this information in the + overridden + zend_execute() function, which is what Xdebug does. + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h: + - Moved the FREE_OP to after the execution of the included file, or eval + statement so that it is safe to access this information in the + overridden + zend_execute() function, which is what Xdebug does. + 2005-09-20 Johannes Schlüter * (PHP_4_4) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3e01bf6c08..81e11a4c4c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,33 @@ +2005-09-21 Marcus Boerger + + * (PHP_5_0) + zend_language_parser.y + zend_language_parser.y: + - MFH Fix Bug #34243 ReflectionClass::getDocComment() returns no result + + * zend_language_parser.y: + - Fix Bug #34243 ReflectionClass::getDocComment() returns no result + +2005-09-21 Derick Rethans + + * (PHP_5_1) + zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h: + - MFH: Moved the FREE_OP to after the execution of the included file, or + eval + statement so that it is safe to access this information in the + overridden + zend_execute() function, which is what Xdebug does. + + * zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h: + - Moved the FREE_OP to after the execution of the included file, or eval + statement so that it is safe to access this information in the + overridden + zend_execute() function, which is what Xdebug does. + 2005-09-20 Antony Dovgal * (PHP_5_0) -- 2.40.0