From: Date: Sat, 21 Mar 2009 01:32:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4084 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e687be99f42fe3db4a3ae04255196fb2ab0e0928;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e870f91f85..a15b10c9a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,80 @@ +2009-03-20 Steph Fox + + * (PHP_5_2) + NEWS: + BFN + + * (PHP_5_2) + ext/pdo_dblib/dblib_driver.c + ext/pdo_dblib/dblib_stmt.c: + MFH: Fixed bug #38805 ( PDO Truncates Text from SQL Server Text Data Type + Field) + - Bring behaviour into line with ext/mssql + - Several memleaks plugged + +2009-03-20 Pierre-Alain Joye + + * (PHP_5_3) + sapi/nsapi/config.w32: + - disable it when ZTS is disabled + + * (PHP_5_3) + ext/mbstring/config.w32: + - fix build, add new cp850 file + +2009-03-20 Uwe Schindler + + * (PHP_5_2) + sapi/nsapi/nsapi.c: + Fix a sigsegv on server shutdown, add missing sapi_shutdown(). + + * sapi/nsapi/nsapi.c: + Fix a sigsegv on server shutdown, add missing sapi_shutdown(). + !!! This should also be merged into 5.3, I prepared it, please tell me if + it is ok to commit !!! + +2009-03-20 Zoe Slattery + + * README.TESTING + README.TESTING + README.TESTING: + clarification of wwwhether 'make test' needs the PHP xecutable to be set + +2009-03-20 Dmitry Stogov + + * ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.c: + Fixed warning + +2009-03-20 Zoe Slattery + + * ext/standard/tests/file/is_executable_variation2.phpt + ext/standard/tests/file/is_readable_variation2.phpt + ext/standard/tests/file/is_writable_variation2.phpt + ext/standard/tests/file/lchown_error.phpt + ext/standard/tests/file/tempnam_variation4.phpt + ext/standard/tests/file/tempnam_variation4.phpt: + added skipif for root + + * (PHP_5_3) + ext/standard/tests/file/is_executable_variation2.phpt + ext/standard/tests/file/is_readable_variation2.phpt + ext/standard/tests/file/is_writable_variation2.phpt + ext/standard/tests/file/lchown_error.phpt + ext/standard/tests/file/tempnam_variation4.phpt: + added skip if for root + +2009-03-20 Kalle Sommer Nielsen + + * (PHP_5_2) + NEWS: + Fix typo + +2009-03-20 Antony Dovgal + + * ext/date/php_date.c: + set return_len to 0 when returning empty string and fix segfault + 2009-03-19 Ilia Alshanetsky * ext/mbstring/oniguruma/regint.h diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3859d8a2c5..cc10b23062 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2009-03-20 Dmitry Stogov + + * zend_alloc.c + zend_alloc.c: + Fixed warning + 2009-03-19 Matt Wilmas * (PHP_5_3)