From: Derick Rethans Date: Fri, 23 Apr 2004 18:20:39 +0000 (+0000) Subject: Reorder NEWS X-Git-Tag: php-4.3.7RC1~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06fd453fb9d5abfb2f8a4bfac9e55fde15aa8a9f;p=php Reorder NEWS --- diff --git a/NEWS b/NEWS index 5ca911cdc6..2d1c017298 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, Version 4.3.7 -- Fixed bug #27810 (don't use php's pemalloc in ext/pcre). (Joe Orton) - Fixed possible crash inside pg_copy_(to|from) function if delimiter is more then 1 character long. (Ilia) - Fixed handling of return values from storred procedures in mssql_execute() @@ -18,6 +17,7 @@ PHP 4 NEWS fails). (Frank) - Fixed bug #27995 (imagefilltoborder() stops the fill process prematurely). (Ilia) +- Fixed bug #27810 (don't use php's pemalloc in ext/pcre). (Joe Orton) 15 Apr 2004, Version 4.3.6 - Updated bundled PDFLib library to version 5.0.3p1 in Windows distribution.