]> granicus.if.org Git - php/commitdiff
List recent fixes
authorStanislav Malyshev <stas@php.net>
Thu, 13 Sep 2007 17:15:02 +0000 (17:15 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 13 Sep 2007 17:15:02 +0000 (17:15 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 213312d38654f44b442df793b536948f0f8e3bf7..218dcc8cb7e8d01245edba811886a014642a2dc7 100644 (file)
--- 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).