From 7a3c936490d48eb09ee7c422f8028b0bc5bc8a92 Mon Sep 17 00:00:00 2001 From: Date: Wed, 30 Aug 2006 01:30:51 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 5 ++++ 2 files changed, 84 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9d53bff4c01..6b8556801b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,82 @@ +2006-08-29 Antony Dovgal + + * ext/pcre/php_pcre.c: + add missing addref + now it works fine + +2006-08-29 Andrei Zmievski + + * ext/pcre/php_pcre.c: + Check for is_utf8. + +2006-08-29 Antony Dovgal + + * ext/date/tests/oo_002.phpt: + add UEXPECT + +2006-08-29 Andrei Zmievski + + * ext/pcre/php_pcre.c: + More Unicode work. + +2006-08-29 Antony Dovgal + + * ext/pcre/tests/bug34790.phpt + ext/pcre/tests/dollar_endonly.phpt + ext/pcre/tests/match_flags.phpt + ext/pcre/tests/match_flags2.phpt + ext/pcre/tests/match_flags3.phpt + ext/pcre/tests/pcre_anchored.phpt + ext/pcre/tests/pcre_extended.phpt + ext/pcre/tests/study.phpt + ext/pcre/tests/ungreedy.phpt: + fix PCRE tests + + * ZendEngine2/zend_execute_API.c: + fix compile warning + + * ext/spl/spl_iterators.c: + fix build + +2006-08-29 Derick Rethans + + * ext/date/lib/timezonedb.h + ext/date/lib/timezonemap.h: + - Upgrade timezone db to 2006.11 (k). + + * (PHP_5_2) + ext/date/lib/timezonedb.h + ext/date/lib/timezonemap.h: + - Upgrade timezone db to 2006k. + +2006-08-29 Ilia Alshanetsky + + * (PHP_5_2) + ext/standard/string.c: + Corrected problems introduced by previous commit. + + + * ext/curl/interface.c: + MFB: Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL + handle). + + * (PHP_5_2) + NEWS + ext/curl/interface.c: + Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL handle). + + * (PHP_5_2) + ext/standard/string.c: + Finalize implode() patch + +2006-08-29 Antony Dovgal + + * (PHP_5_2) + ext/standard/string.c: + fix win32 build + EG(precision) can be changed in runtime, even in php_implode() (hint: + __toString()), so please think twice before optimizing + 2006-08-28 Rob Richards * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3a23d20c92f..713a2536d4d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2006-08-29 Antony Dovgal + + * zend_execute_API.c: + fix compile warning + 2006-08-28 Andrei Zmievski * zend_API.c