From: Date: Wed, 10 Jun 2009 01:32:52 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3371 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25e12937e554a681e1c665522b8bd9313605bd4f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2b1bdc7b82..fb23fb1ba9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,129 @@ +2009-06-09 andy wharmby + + * ext/mbstring/tests/mb_substitute_character_variation1.phpt + ext/mbstring/tests/mb_substitute_character_variation1.phpt + ext/mbstring/tests/mb_substitute_character_variation1.phpt: + Fix test - remove bogus variation + +2009-06-09 Pierre-Alain Joye + + * (PHP_5_3) + NEWS: + - missing ACL entry + + * (PHP_5_3) + NEWS: + - #41874 + + * ext/standard/proc_open.c + ext/standard/tests/file/bug41874.phpt + ext/standard/tests/file/bug41874_1.phpt + ext/standard/tests/file/bug41874_2.phpt + ext/standard/tests/file/bug41874_3.phpt: + - MFB: #41874, separate STDOUT and STDERR in exec functions + + * TSRM/tsrm_win32.c: + - #41874, separate STDOUT and STDERR in exec functions + + * (PHP_5_2) + NEWS: + - fix NEWS + +2009-06-09 David Soria Parra + + * (PHP_5_3) + sapi/cgi/cgi_main.c: + MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME + for non apache). + The fix was provided by Sriram Natarajan. + + * (PHP_5_2) + NEWS + sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c: + Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for + non apache). + The fix was provided by Sriram Natarajan. + +2009-06-09 Ilia Alshanetsky + + * (PHP_5_2) + NEWS: + TZ update news + +2009-06-09 Pierre-Alain Joye + + * sapi/apache/mod_php.c: + - fix build (test before commit maybe?) + + * ext/mysqlnd/php_mysqlnd.c: + - fix TS build + + * ext/mysqlnd/php_mysqlnd.c: + - ws + + * (PHP_5_3) + ZendEngine2/zend_execute.h: + - fix build (void alarm) + + * (PHP_5_3) + TSRM/tsrm_win32.c: + - missing include + +2009-06-09 Scott MacVicar + + * (PHP_5_3) + ext/spl/php_spl.c + ext/spl/tests/bug48493.phpt: + MFH Fix bug #48493 - spl_autoload_register can leave the HT in an + inconsistent way. + Need to point the second elements previous item to head so we can traverse + upwards. + + * ext/spl/php_spl.c + ext/spl/tests/bug48493.phpt + ext/spl/tests/bug48493.phpt: + Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent + way. + Need to point the second elements previous item to head so we can traverse + upwards. + + * (PHP_5_2) + NEWS + NEWS + NEWS: + BFN + + * (PHP_5_2) + ext/mysqli/tests/bug46109.phpt: + Add test + + * (PHP_5_2) + ext/mysqli/mysqli_api.c: + MFH #46019 - Memory leak when Mysqli::init() is called multiple times. + + * (PHP_5_3) + NEWS: + Move entry to 5.2 + +2009-06-09 Pierre-Alain Joye + + * ext/standard/tests/file/bug41874.phpt + ext/standard/tests/file/bug41874.phpt + ext/standard/tests/file/bug41874_1.phpt + ext/standard/tests/file/bug41874_1.phpt + ext/standard/tests/file/bug41874_2.phpt + ext/standard/tests/file/bug41874_2.phpt + ext/standard/tests/file/bug41874_3.phpt + ext/standard/tests/file/bug41874_3.phpt: + + file bug41874.phpt was initially added on branch PHP_5_3. + + * (PHP_5_3) + TSRM/tsrm_win32.c + ext/standard/proc_open.c: + + 2009-06-08 Scott MacVicar * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ed27baf8a2..13d7fb480d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2009-06-09 Pierre-Alain Joye + + * (PHP_5_3) + zend_execute.h: + - fix build (void alarm) + 2009-06-08 Pierre-Alain Joye * (PHP_5_2)