diff options
author | Greg Beaver <cellog@php.net> | 2008-09-13 20:57:41 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-09-13 20:57:41 +0000 |
commit | 86808da90b90b002b15ba5fae8f3bc0aa8bc3b5a (patch) | |
tree | 5186d97b065109cc42578c6b7e896cb576460687 | |
parent | 760172fcee4681796ef253e0b0074442ffefcc8a (diff) | |
download | php-git-86808da90b90b002b15ba5fae8f3bc0aa8bc3b5a.tar.gz |
note fix of Bug #46060: Phar::addEmptyDir() breaks
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |