summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2007-09-13 17:15:02 +0000
committerStanislav Malyshev <stas@php.net>2007-09-13 17:15:02 +0000
commit4d34ae29468e29f943717a649f690dac37346282 (patch)
tree4f50ebbd601a8ad4bc4b11667afb1e11bb18b5c0
parent2cfdcd265df29ba69e88e56584113c4c762ab245 (diff)
downloadphp-git-4d34ae29468e29f943717a649f690dac37346282.tar.gz
List recent fixes
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).