summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-08-11 15:12:00 +0000
committerPierre Joye <pajoye@php.net>2009-08-11 15:12:00 +0000
commit33a93474df7214b3f5a638df46f4bf5af5c27b38 (patch)
tree7188538e1f71e9f4046501d1a751f090337f5393 /NEWS
parent94976f4694c681391bd6b20476c69ff1f69532ac (diff)
downloadphp-git-33a93474df7214b3f5a638df46f4bf5af5c27b38.tar.gz
- fixed bug #49072, feof never returns true for damaged file in zip
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 26c60ced83..1f37939e37 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,7 @@ PHP NEWS
qualified namespaces). (Kalle, Jani)
- Fixed bug #49074 (private class static fields can be modified by using
reflection). (Jani)
+- Fixed bug #49072 (feof never returns true for damaged file in zip). (Pierre)
- Fixed bug #49108 (2nd scan_dir produces segfault). (Felipe)
- Fixed bug #49065 ("disable_functions" php.ini option does not work on
Zend extensions). (Stas)