From: Pierre Joye Date: Mon, 29 Jan 2007 15:25:35 +0000 (+0000) Subject: - #40228 X-Git-Tag: php-5.2.1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3265d023a466280eb54846daef5602d7981b2564;p=php - #40228 --- diff --git a/NEWS b/NEWS index dacf8f73c0..6f095b85bd 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? ??? 2007, PHP 5.2.1 - Fixed bug #40259 (ob_start call many times - memory error). (Dmitry) - Fixed bug #40231 (file_exists incorrectly reports false). (Dmitry) +- Fixed bug #40228 (ZipArchive::extractTo does create empty directories + recursively). (Pierre) 25 Jan 2007, PHP 5.2.1RC4 - Fixed PECL bug #7295 (ORA-01405: fetched column value is NULL on LOB fields).