From: Stanislav Malyshev Date: Thu, 13 Sep 2007 17:15:02 +0000 (+0000) Subject: List recent fixes X-Git-Tag: php-5.2.5RC1~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d34ae29468e29f943717a649f690dac37346282;p=php List recent fixes --- diff --git a/NEWS b/NEWS index 213312d386..218dcc8cb7 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,8 @@ imlplementations of the fnmatch(), setlocale() and glob() functions. Reported by Laurent gaffie. (Ilia) - Fixed imagerectangle regression with 1x1 rectangle (libgd #106). (Pierre) +- Fixed PDO crash when dirver returns empty LOB stream (Stas). +- Fixed dl() to accept only filenames - reported by Laurent Gaffie. (Stas) - Fixed bug #42643 (CLI segfaults if using ATTR_PERSISTENT). (Ilia) - Fixed bug #42627 (bz2 extension fails to build with -fno-common).