From e93bc50c22f53de215a0df6f5c0f5878295fcc98 Mon Sep 17 00:00:00 2001 From: Date: Sat, 11 Mar 2006 06:31:48 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 31 +++++++++++++++++++ 2 files changed, 113 insertions(+) diff --git a/ChangeLog b/ChangeLog index b01a635225..b4e5067cb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,85 @@ +2006-03-10 Marcus Boerger + + * (PHP_5_1) + NEWS: + - Fix + +2006-03-10 Brian France + + * (PHP_5_1) + main/main.c: + + MFH: + for the primary file only lookup the real file path and + add it to the included_files list if already opened + otherwise it will get opened and added to the included_files list + in zend_execute_scripts + + * main/main.c: + + for the primary file only lookup the real file path and + add it to the included_files list if already opened + otherwise it will get opened and added to the included_files list in + zend_execute_scripts + +2006-03-10 Pierre-Alain Joye + + * ext/gd/gd.c: + - MFB: #36686, do not be quiet with the extern GD + + * (PHP_5_1) + ext/gd/gd.c: + - #36686, do not be quiet with the extern GD + +2006-03-10 Seiji Masugata + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.c + ext/mbstring/mbstring.c: + fixed different value was returned in mb_get_info. + +2006-03-10 Dmitry Stogov + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + Fixed compilation error (Rob) + + * ZendEngine2/zend_API.h: + Added RETVAL_EMPTRY_TEXT() and RETURN_EMPTY_TEXT() macroses + + * (PHP_5_1) + NEWS: + Fixed bug #36629 (SoapServer::handle() exits on SOAP faults) + + * (PHP_5_1) + NEWS + ext/standard/var.c + ext/standard/var.c: + Fixed debug_zval_dump() to support private and protected members + + * NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_globals.h + ZendEngine2/zend_language_parser.y + ZendEngine2/zend_language_scanner.l + ZendEngine2/zend_opcode.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/tests/jump01.phpt + ZendEngine2/tests/jump02.phpt + ZendEngine2/tests/jump03.phpt + ZendEngine2/tests/jump04.phpt + ZendEngine2/tests/jump05.phpt + ZendEngine2/tests/jump06.phpt + ZendEngine2/tests/jump07.phpt + ZendEngine2/tests/jump08.phpt + ZendEngine2/tests/jump09.phpt + ZendEngine2/tests/jump10.phpt: + Implemented "jump label" operator (limited "goto") + 2006-03-09 Sara Golemon * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e9d6cde38c..9f613435ea 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,34 @@ +2006-03-10 Dmitry Stogov + + * zend_vm_def.h + zend_vm_execute.h: + Fixed compilation error (Rob) + + * zend_API.h: + Added RETVAL_EMPTRY_TEXT() and RETURN_EMPTY_TEXT() macroses + + * zend_compile.c + zend_compile.h + zend_execute_API.c + zend_globals.h + zend_language_parser.y + zend_language_scanner.l + zend_opcode.c + zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h + tests/jump01.phpt + tests/jump02.phpt + tests/jump03.phpt + tests/jump04.phpt + tests/jump05.phpt + tests/jump06.phpt + tests/jump07.phpt + tests/jump08.phpt + tests/jump09.phpt + tests/jump10.phpt: + Implemented "jump label" operator (limited "goto") + 2006-03-07 Dmitry Stogov * zend_compile.c -- 2.40.0