summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2007-07-02 11:37:26 +0000
committerRob Richards <rrichards@php.net>2007-07-02 11:37:26 +0000
commit19f89a22c0cb739b421ccd49404df8ace2562594 (patch)
treec109df1b5caa84c0e254b9ea2d1d979cb3a94338
parent4938221a36cb512b5d39330fdad28635f8622395 (diff)
downloadphp-git-19f89a22c0cb739b421ccd49404df8ace2562594.tar.gz
BFN
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 30db43d9c9..64e6e8a456 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,7 @@ PHP NEWS
- Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory
already exists). (Pierre)
+- Fixed bug #41867 (getName is broken). (Rob)
- Fixed bug #41865 (fputcsv(): 2nd parameter is not optional). (Jani)
- Fixed bug #41813 (segmentation fault when using string offset as an object).
(judas dot iscariote at gmail dot com, Tony)