From 368f9414bc6bb9a0a73d2263ff3c3cbe7c4d5c59 Mon Sep 17 00:00:00 2001 From: Date: Sat, 24 Dec 2005 06:31:56 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 143 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 9 ++++ 2 files changed, 152 insertions(+) diff --git a/ChangeLog b/ChangeLog index db8527bfa3..d323c2ea5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,146 @@ +2005-12-23 Andrey Hristov + + * (PHP_5_1) + NEWS: + move the message to where it belongs + + * (PHP_5_1) + NEWS + ext/mysqli/mysqli_api.c: + fix small memory leak which emerged two days ago + +2005-12-23 Marcus Boerger + + * Makefile.global + run-tests.php: + - Add make target make ntest to test in unicode mode + - Change make target test to check native and unicode mode + + * (PHP_5_1) + NEWS: + - BFN + + * (PHP_5_1) + ZendEngine2/zend_execute.c + ext/simplexml/tests/bug35785.phpt: + - MFH Fixed Bug #35785 (SimpleXML memory read error) + + * ZendEngine2/zend_execute.c + ext/simplexml/tests/bug35785.phpt: + - Fixed Bug #35785 (SimpleXML memory read error) + + * ext/simplexml/tests/bug35785.phpt + ext/simplexml/tests/bug35785.phpt: + + - Add new test + + * ext/xml/tests/bug32001.phpt + ext/xml/tests/bug32001b.phpt + ext/xml/tests/bug32001b.phpt: + - Fix test by splitting it + + * run-tests.php: + - Fix handling of bork tests + +2005-12-23 Ilia Alshanetsky + + * (PHP_5_1) + configure.in: + RC2 not RC1 + +2005-12-23 Jani Taskinen + + * (PHP_5_1) + TSRM/tsrm_virtual_cwd.c: + MFH:fix mkdir() function properly (patch by nlopess) + + * TSRM/tsrm_virtual_cwd.c: + fix mkdir() function properly (patch by nlopess) + +2005-12-23 Stefan Esser + + * ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/mysqli_report.c: + MFB: format string fixes + + * (PHP_5_1) + ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/mysqli_report.c: + Beware of format strings... + +2005-12-23 Jani Taskinen + + * (PHP_5_1) + NEWS: + BFN + +2005-12-23 Rui Hirokawa + + * (PHP_5_1) + ext/mbstring/config.m4 + ext/mbstring/config.w32 + ext/mbstring/php_unicode.c: + MFH: fixed #29955 mb_strtoupper() / lower() broken with Turkish encoding.. + +2005-12-23 Antony Dovgal + + * ext/standard/tests/file/bug35781.phpt + main/streams/plain_wrapper.c + main/streams/streams.c: + MFB: fix #35781 (stream_filter_append() can cause segfault) + +2005-12-23 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + Bug fixing news + + * (PHP_5_1) + NEWS + configure.in + main/php_version.h: + Back to dev + +2005-12-23 Antony Dovgal + + * (PHP_5_1) + main/streams/plain_wrapper.c + main/streams/streams.c: + fix #35781 (stream_filter_append() can cause segfault) + + * ext/standard/tests/file/bug35781.phpt + ext/standard/tests/file/bug35781.phpt: + + file bug35781.phpt was initially added on branch PHP_5_1. + +2005-12-23 Rui Hirokawa + + * ext/mbstring/config.w32: + added turkish language support for libmbfl. + + * ext/mbstring/config.m4 + ext/mbstring/php_unicode.c: + fixed #29955 mb_strtoupper() / lower() broken with Turkish encoding.. + + * (PHP_5_0) + ext/mbstring/mbstring.c + ext/mbstring/mbstring.c: + MFH: fixed #28899 mb_substr() and substr() work differently when + mbstring.func_overload is enabled. + + * ext/mbstring/mbstring.c: + fixed #28899 mb_substr() and substr() work differently when + mbstring.func_overload is enabled. + +2005-12-23 Marcus Boerger + + * ext/xml/tests/xml001.phpt + ext/xml/tests/xml002.phpt + ext/xml/tests/xml003.phpt: + - Do not test output escaping here + 2005-12-22 Pierre-Alain Joye * ext/gd/config.w32 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 24765a8716..64e4e7fbe4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2005-12-23 Marcus Boerger + + * (PHP_5_1) + zend_execute.c: + - MFH Fixed Bug #35785 (SimpleXML memory read error) + + * zend_execute.c: + - Fixed Bug #35785 (SimpleXML memory read error) + 2005-12-22 Dmitry Stogov * zend_execute_API.c -- 2.40.0