From: Date: Thu, 11 Dec 2008 01:32:49 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4835 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9c92ffcb80a4b0a6978690f32f6668cb95ca7c3;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index dfb5a7119c..932cffc94e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +2008-12-10 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/mssql/php_mssql.c + ext/mssql/php_mssql.c: + + MFB: Fixed bug #46798 (Crash in mssql extension when retrieving a NULL + value + inside a binary or image column type) + + * (PHP_5_3) + ext/mssql/php_mssql.c: + Fixed bug #46798 (Crash in mssql extension when retrieving a NULL value + inside a binary or image column type) + +2008-12-10 Scott MacVicar + + * (PHP_5_2) + NEWS: + BFN + + * (PHP_5_2) + ext/gd/libgd/gd.c + ext/gd/libgd/gd.c + ext/gd/tests/imagerotate_overflow.phpt + ext/gd/tests/imagerotate_overflow.phpt: + MFH Fix segfault and potential security issue in imagerotate(). + + * ext/gd/tests/imagerotate_overflow.phpt + ext/gd/tests/imagerotate_overflow.phpt + ext/gd/tests/imagerotate_overflow.phpt: + 1.1.4; + Fix segfault and potential security issue in imagerotate(). + + * ext/gd/libgd/gd.c: + Fix segfault and potential security issue in imagerotate(). + +2008-12-10 Ant Phillips + + * (PHP_5_2) + ext/mbstring/tests/bug43841.phpt + ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt + ext/mbstring/tests/mb_strripos_variation3_Bug45923.phpt + ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt: + Tests for bug #43841 and #45923 + + * (PHP_5_3) + ext/mbstring/tests/bug43841.phpt: + Test for bug #43841 + +2008-12-10 Nuno Lopes + + * ext/pcre/upgrade-pcre.php + ext/pcre/pcrelib/config.h: + MFB: export pcre API when using gcc 4 + + * (PHP_5_3) + ext/pcre/upgrade-pcre.php + ext/pcre/pcrelib/config.h: + export the pcre API when compiling with gcc 4. this fixes e.g. the linkage + of APC (reported by shire) + +2008-12-10 Pierre-Alain Joye + + * win32/build/configure.bat: + - mfb: c/p error + + * (PHP_5_3) + win32/build/configure.bat: + - c/p error. + 2008-12-09 Arnaud Le Blanc * tests/lang/bug45392.phpt: