From: Date: Wed, 1 Apr 2009 01:32:41 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4005 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9374bb000f3c2bc085d2a5b333bec23645a01249;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9d87017164..91aabff33a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,77 @@ +2009-03-31 Pierre-Alain Joye + + * ext/gd/php_gd.h: + - MFB: silent warning + + * (PHP_5_3) + ext/gd/php_gd.h: + - silent warning + + * ext/filter/tests/046.phpt: + - remove last test for MAX_INT, did not work on x64 and this case is + covered by bug47745.phpt + + * (PHP_5_3) + ext/filter/tests/046.phpt: + - remove last test for MAX_INT, did not work on x64 and this case is + covered by bug47745.phpt + +2009-03-31 Ilia Alshanetsky + + * (PHP_5_2) + NEWS: + + WS + +2009-03-31 Hannes Magnusson + + * main/streams/userspace.c: + Fix errormessage check + +2009-03-31 Scott MacVicar + + * (PHP_5_3) + NEWS: + BFN + + * ext/sqlite3/libsqlite/sqlite3.c + ext/sqlite3/libsqlite/sqlite3.h + ext/sqlite3/libsqlite/sqlite3ext.h: + Update libsqlite to 3.6.12 + +2009-03-31 Matt Wilmas + + * (PHP_5_2) + ext/filter/logical_filters.c + ext/filter/logical_filters.c: + - MFH: Removed unused LONG_SIGN_MASK definition, and a stray \ + - Changed sign flag to int (it's no longer being used in a calculation) + + * ext/filter/logical_filters.c: + - Removed unused LONG_SIGN_MASK definition, and a stray \ + - Changed sign flag to int (it's no longer being used in a calculation) + +2009-03-31 Dmitry Stogov + + * (PHP_5_2) + NEWS + NEWS + ext/filter/logical_filters.c + ext/filter/logical_filters.c + ext/filter/logical_filters.c + ext/filter/tests/bug47745.phpt: + Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer) + + * ext/filter/tests/bug47745.phpt + ext/filter/tests/bug47745.phpt: + + Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer) + + * ext/filter/tests/bug47745.phpt + ext/filter/tests/bug47745.phpt: + + file bug47745.phpt was initially added on branch PHP_5_3. + 2009-03-30 Scott MacVicar * ext/openssl/tests/bug47828.phpt: