From a927b7b19fe697a96b0323ae349a7928a7176fae Mon Sep 17 00:00:00 2001 From: Date: Sat, 14 Apr 2007 01:31:09 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 106 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 18 +++++++++ 2 files changed, 124 insertions(+) diff --git a/ChangeLog b/ChangeLog index ba91a62bec..11373492f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,109 @@ +2007-04-13 Andrei Zmievski + + * (PHP_5_2) + ext/json/JSON_parser.c + ext/json/json.c: + Fix processing of control characters; they should be escaped as \u + sequences. + +2007-04-13 Derick Rethans + + * ext/date/lib/timezonedb.h: + - MFB: Updated timezone database to version 2007.5. (Derick) + + * (PHP_5_2) + NEWS + ext/date/lib/timezonedb.h: + - Updated timezone database to version 2007.5. (Derick) + +2007-04-13 Antony Dovgal + + * (PHP_5_2) + NEWS: + BFN + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.c: + fix #41075 (memleak when creating default object caused exception) + +2007-04-13 Derick Rethans + + * ext/date/php_date.c: + - MFB: Fixed bug #39416 (Milliseconds in date()). + + * (PHP_5_2) + NEWS + ext/date/php_date.c: + - Fixed bug #39416 (Milliseconds in date()). + +2007-04-13 Antony Dovgal + + * ZendEngine2/tests/bug41075.phpt: + add UEXPECTF + + * (PHP_5_2) + ZendEngine2/tests/bug41075.phpt: + add new test + + * ZendEngine2/tests/bug41075.phpt + ZendEngine2/tests/bug41075.phpt: + + new test + + * (PHP_5_2) + sapi/cli/tests/004.phpt + sapi/cli/tests/006.phpt: + fix tests + +2007-04-13 Derick Rethans + + * ext/date/php_date.c + ext/date/tests/date_sun_info_001.phpt: + - MFB: Fixed bug #39965 (Latitude and longitude are backwards in + date_sun_info()). + + * (PHP_5_2) + NEWS + ext/date/php_date.c + ext/date/tests/date_sun_info_001.phpt + ext/date/tests/date_sun_info_002.phpt + ext/date/tests/date_sun_info_002.phpt: + - Fixed bug #39965 (Latitude and longitude are backwards in + date_sun_info()). + + * ext/date/lib/parse_date.c + ext/date/lib/parse_date.re: + - MFB: Fixed bug #40290 (strtotime() returns unexpected result with + particular + timezone offset). + + * (PHP_5_2) + NEWS + ext/date/lib/parse_date.c + ext/date/lib/parse_date.re: + - Fixed bug #40290 (strtotime() returns unexpected result with particular + timezone offset). + +2007-04-13 Brian Shire + + * ext/standard/tests/strings/pack.phpt: + MFB: reverting incorrect changes to pack test + + * (PHP_5_2) + ext/standard/tests/strings/pack.phpt: + reverting incorrect changes to pack test + +2007-04-13 Stanislav Malyshev + + * (PHP_4_4) + NEWS: + fix for #38236 + + * (PHP_4_4) + main/php_variables.c + main/rfc1867.c: + fix for #38236 (patch by ass3mbler@gmail.com) + 2007-04-12 Antony Dovgal * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7bc4393362..38fe852030 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,21 @@ +2007-04-13 Antony Dovgal + + * zend_execute.c + zend_execute.c: + fix #41075 (memleak when creating default object caused exception) + + * tests/bug41075.phpt: + add UEXPECTF + + * (PHP_5_2) + tests/bug41075.phpt: + add new test + + * tests/bug41075.phpt + tests/bug41075.phpt: + + new test + 2007-04-11 Antony Dovgal * tests/bug40770.phpt: -- 2.40.0