From 9c2a2e0760287ca630a034b0e27c1d1716154896 Mon Sep 17 00:00:00 2001 From: Date: Fri, 11 Jul 2008 01:32:08 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 22 ++++++++++++ 2 files changed, 119 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0944a529bc..551c9a4144 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,100 @@ +2008-07-10 David Soria Parra + + * (PHP_5_3) + ext/standard/tests/strings/strnatcasecmp_basic.phpt + ext/standard/tests/strings/strnatcasecmp_variation1.phpt: + PHP Testfest. Tests done by Felix De Vliegher + + * ext/standard/tests/strings/strnatcasecmp_basic.phpt + ext/standard/tests/strings/strnatcasecmp_basic.phpt + ext/standard/tests/strings/strnatcasecmp_variation1.phpt + ext/standard/tests/strings/strnatcasecmp_variation1.phpt: + + PHP Testfest. Tests done by Felix De Vliegher + +2008-07-10 Stanislav Malyshev + + * (PHP_5_3) + ext/intl/php_intl.c + ext/intl/dateformat/dateformat_class.c + ext/intl/dateformat/dateformat_parse.c + ext/intl/tests/dateformat_localtime.phpt + ext/intl/tests/dateformat_parse.phpt + ext/intl/tests/ut_common.inc: + fix date formatter positions (bug #14263) + +2008-07-10 Felipe Pena + + * ext/imap/php_imap.c + ext/imap/php_imap.c: + - MFB: Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo + doesn't accept lengths of 1024) + + * (PHP_5_2) + ext/imap/php_imap.c: + - Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo + doesn't accept lengths of 1024) + +2008-07-10 Dmitry Stogov + + * (PHP_5_3) + ext/phar/func_interceptors.c + ext/phar/stream.c + ext/phar/util.c: + Fixed wrong refcount updates + + * ext/phar/tests/rename_dir.phpt + ext/phar/tests/rename_dir.phpt + ext/phar/tests/rmdir.phpt + ext/phar/tests/rmdir.phpt + ext/phar/tests/tar/rename_dir.phpt + ext/phar/tests/tar/rename_dir.phpt + ext/phar/tests/tar/rmdir.phpt + ext/phar/tests/tar/rmdir.phpt + ext/phar/tests/zip/rename_dir.phpt + ext/phar/tests/zip/rename_dir.phpt + ext/phar/tests/zip/rmdir.phpt + ext/phar/tests/zip/rmdir.phpt: + + file rename_dir.phpt was initially added on branch PHP_5_3. + +2008-07-10 Etienne Kneuss + + * ext/spl/spl_sxe.c: + Forgot to remove the count method here + +2008-07-10 Dmitry Stogov + + * (PHP_5_3) + ext/phar/func_interceptors.c + ext/phar/func_interceptors.h + ext/phar/phar.c + ext/phar/phar_internal.h: + Extensions MUST NOT manipulate with internal functions from + EG(function_table) in run-time. It may cause problems with opcode caches + and in multi-threaded environment. Now the same functions are overriden at + MINIT and call original functions or PHAR ones dependent on flag setting. + + * ZendEngine2/tests/closure_001.phpt + ZendEngine2/tests/closure_002.phpt + ZendEngine2/tests/closure_003.phpt + ZendEngine2/tests/closure_004.phpt + ZendEngine2/tests/closure_005.phpt + ZendEngine2/tests/closure_006.phpt + ZendEngine2/tests/closure_007.phpt + ZendEngine2/tests/closure_008.phpt + ZendEngine2/tests/closure_009.phpt + ZendEngine2/tests/closure_010.phpt + ZendEngine2/tests/closure_011.phpt + ZendEngine2/tests/closure_012.phpt + ZendEngine2/tests/closure_013.phpt + ZendEngine2/tests/closure_014.phpt: + Removed SKIPIF sections + + * ZendEngine2/zend_closures.c + ZendEngine2/tests/closure_015.phpt: + Fixed unicode support + 2008-07-09 Etienne Kneuss * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4cddc25e38..6087ca4be7 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,25 @@ +2008-07-10 Dmitry Stogov + + * tests/closure_001.phpt + tests/closure_002.phpt + tests/closure_003.phpt + tests/closure_004.phpt + tests/closure_005.phpt + tests/closure_006.phpt + tests/closure_007.phpt + tests/closure_008.phpt + tests/closure_009.phpt + tests/closure_010.phpt + tests/closure_011.phpt + tests/closure_012.phpt + tests/closure_013.phpt + tests/closure_014.phpt: + Removed SKIPIF sections + + * zend_closures.c + tests/closure_015.phpt: + Fixed unicode support + 2008-07-09 Antony Dovgal * (PHP_5_3) -- 2.40.0