From: Date: Tue, 31 Mar 2009 01:32:39 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4012 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b21948863ca93efbae9b82d598b87e46ba4efb53;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3ab52085ed..9d87017164 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,115 @@ +2009-03-30 Scott MacVicar + + * ext/openssl/tests/bug47828.phpt: + I wish people would test their changes before comitting, especially since + the test is *IDENTICAL* as before just with different formatting. + +2009-03-30 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + main/spprintf.c: + + Fixed bug #47831 (Compile warning for strnlen() in main/spprintf.c) + + + * (PHP_5_3) + EXTENSIONS: + Changed order by Wez's request + +2009-03-30 Felipe Pena + + * ext/mysqlnd/mysqlnd_result_meta.c + ext/mysqlnd/mysqlnd_statistics.c: + - Sync with 5.3 + +2009-03-30 Pierre-Alain Joye + + * ext/openssl/tests/bug47828.phpt + ext/openssl/tests/bug47828.phpt: + - MFB: better test case, it crashes on more architecture + + * (PHP_5_2) + NEWS: + - #47828 + + * (PHP_5_2) + ext/openssl/tests/bug47828.phpt: + - better test case, it crashes on more architecture + +2009-03-30 Kalle Sommer Nielsen + + * (PHP_5_3) + win32/build/Makefile + win32/build/mkdist.php: + MFH: + * Bypass the date/timezone warning by forcing UTC when running mkdist.php + * Don't run the copy list for PECL if theres no PECL extensions to copy + (fixes a few copy() warnings) + + * win32/build/Makefile + win32/build/mkdist.php: + - Bypass the date/timezone warning by forcing UTC when running mkdist.php + * Don't run the copy list for PECL if theres no PECL extensions to copy + (fixes a few copy() warnings) + + * (PHP_5_3) + ext/odbc/php_odbc.c: + Nuke unused variable (only in this branch) + + * sapi/isapi/php5isapi.c: + Fix compiler warning + + * ext/pcre/php_pcre.c + ext/simplexml/simplexml.c + main/php_variables.c: + Fixed Windows build, declarations first ladies and gentlemen + +2009-03-30 Johannes Schlüter + + * (PHP_5_3) + NEWS: + Reorder NEWS entries + + * (PHP_5_3) + NEWS + ext/mysqlnd/mysqlnd_debug.c + ext/mysqlnd/mysqlnd_debug.h: + MFH Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init + at + startup) + + * ext/mysqlnd/mysqlnd_debug.c + ext/mysqlnd/mysqlnd_debug.h: + - Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init at + startup) + +2009-03-30 andy wharmby + + * ext/date/tests/DateTimeZone_getOffset_basic1.phpt + ext/date/tests/DateTimeZone_getOffset_basic1.phpt + ext/date/tests/DateTimeZone_getOffset_basic1.phpt + ext/date/tests/timezone_offset_get_basic1.phpt + ext/date/tests/timezone_offset_get_basic1.phpt + ext/date/tests/timezone_offset_get_basic1.phpt: + Fix date tests which started failing after change to BST + +2009-03-30 Scott MacVicar + + * ext/openssl/tests/bug47828.phpt + ext/openssl/tests/bug47828.phpt + ext/openssl/tests/bug47828.phpt: + 1.1.4; + Add test for bug #47828 + + * (PHP_5_2) + ext/filter/tests/046.phpt + ext/filter/tests/046.phpt: + MFH Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't. + + * ext/filter/tests/046.phpt: + Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't. + 2009-03-29 Scott MacVicar * (PHP_5_2)