diff options
author | Pierre Joye <pajoye@php.net> | 2009-08-11 15:12:00 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-08-11 15:12:00 +0000 |
commit | 33a93474df7214b3f5a638df46f4bf5af5c27b38 (patch) | |
tree | 7188538e1f71e9f4046501d1a751f090337f5393 /NEWS | |
parent | 94976f4694c681391bd6b20476c69ff1f69532ac (diff) | |
download | php-git-33a93474df7214b3f5a638df46f4bf5af5c27b38.tar.gz |
- fixed bug #49072, feof never returns true for damaged file in zip
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |