From: Date: Fri, 30 May 2008 01:31:52 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1629 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dd931c8691a4cfd46dbd0023208a29a8fc055c2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index bb8edbe91d..ccd13b7af3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2008-05-29 Greg Beaver + + * ext/phar/phar.c + ext/phar/tests/zip/unixzip.phpt: + MFB: fix PECL bug #13981: Third-party zips fail entry interrogation + + * (PHP_5_3) + ext/phar/phar.c + ext/phar/tests/zip/unixzip.phpt: + fix PECL bug #13981: Third-party zips fail entry interrogation + +2008-05-29 Andrey Hristov + + * ext/mysqlnd/mysqlnd_result.c: + MFB + + * (PHP_5_3) + ext/mysqlnd/mysqlnd_result.c: + Fix a bug that let PDO fail. It has been long fixed, but locally. Now I + know + what it fixes :) + +2008-05-29 Matt Wilmas + + * (PHP_5_2) + ZendEngine2/zend_operators.c + ZendEngine2/zend_operators.c: + MFH: Fixed overflow crash (at least on Windows) in div_function with + LONG_MIN / -1 + + * ZendEngine2/zend_operators.c: + Fixed overflow crash (at least on Windows) in div_function with LONG_MIN / + -1 + To reproduce: (-PHP_INT_MAX - 1) / -1, so op1 is a long + Same cause as Bug #27354 for mod_function + +2008-05-29 Scott MacVicar + + * (PHP_5_2) + NEWS + TSRM/tsrm_win32.c: + MFH: Fix a bug when command is quoted and parameters are quoted during call + to exec, the result is that cmd.exe /c strips the first and last quote. + + * (PHP_5_3) + TSRM/tsrm_win32.c: + MFH: Fix bug when command is quoted and parameters are quoted during call + to exec, the result is that cmd.exe /c strips the first and last quote. + + * TSRM/tsrm_win32.c: + Fix bug when command is quoted and parameters are quoted during call to + exec, the result is that cmd.exe /c strips the first and last quote. + +2008-05-29 Matt Wilmas + + * (PHP_5_2) + ZendEngine2/tests/bug41919.phpt + ZendEngine2/tests/bug41919.phpt + ext/standard/tests/array/bug43495.phpt + ext/standard/tests/array/bug43495.phpt: + Fixed tests on Windows + 2008-05-28 Stanislav Malyshev * ext/phar/phar.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2d9cd0ae38..9c62bc3cbc 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,22 @@ +2008-05-29 Matt Wilmas + + * (PHP_5_2) + zend_operators.c + zend_operators.c: + MFH: Fixed overflow crash (at least on Windows) in div_function with + LONG_MIN / -1 + + * zend_operators.c: + Fixed overflow crash (at least on Windows) in div_function with LONG_MIN / + -1 + To reproduce: (-PHP_INT_MAX - 1) / -1, so op1 is a long + Same cause as Bug #27354 for mod_function + + * (PHP_5_2) + tests/bug41919.phpt + tests/bug41919.phpt: + Fixed tests on Windows + 2008-05-28 Felipe Pena * tests/access_modifiers_008.phpt