summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-09-13 20:57:41 +0000
committerGreg Beaver <cellog@php.net>2008-09-13 20:57:41 +0000
commit86808da90b90b002b15ba5fae8f3bc0aa8bc3b5a (patch)
tree5186d97b065109cc42578c6b7e896cb576460687
parent760172fcee4681796ef253e0b0074442ffefcc8a (diff)
downloadphp-git-86808da90b90b002b15ba5fae8f3bc0aa8bc3b5a.tar.gz
note fix of Bug #46060: Phar::addEmptyDir() breaks
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 563b6ef38b..afc965cc8d 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ PHP NEWS
- Changed error level E_ERROR into E_WARNING in Soap extension methods
parameter validation. (Felipe)
+- Fixed bug #46060 (Phar::addEmptyDir() breaks) (Greg)
- Fixed bug #46042 (memory leaks with reflection of mb_convert_encoding()).
(Ilia)
- Fixed bug #45928 (large scripts from stdin are stripped at 16K border).