From: Frank M. Kromann Date: Wed, 30 Jun 2004 19:53:13 +0000 (+0000) Subject: Fix for #28512. news entry X-Git-Tag: php-4.3.9RC1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b40bdbc00574ef4be72ff4f03cc7e125af93df1;p=php Fix for #28512. news entry --- diff --git a/NEWS b/NEWS index a9c3197f2b..351185ba9d 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,7 @@ PHP 4 NEWS (gavin at ipalsoftware dot com, Ilia) - Fixed bug #28525 (gmp_powm() does not work with hexadecimal string modulo represented as a string). (pickett at sumu dot org, Ilia) +- Fixed bug #28512 (Allocate enough space to store MSSQL data). (Frank) - Fixed bug #28466 (mbstring_convert_variables() array separation problem). (Moriyoshi) - Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2).