From: Marcus Boerger Date: Tue, 20 Feb 2007 13:09:54 +0000 (+0000) Subject: - BFN X-Git-Tag: php-5.2.2RC1~352 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2db70cb52057af9abe6568dc6b273592fdcec0e7;p=php - BFN --- diff --git a/NEWS b/NEWS index 80192f0c70..007cf5a622 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ PHP NEWS - Added --ri switch to CLI which allows to check extension information. (Marcus) - Added tidyNode::getParent() method (John, Nuno) - Fixed zend_llist_remove_tail (Michael Wallner, Dmitry) +- Fixed bug #40548 (SplFileInfo::getOwner/getGroup give a warning on broken + symlink). (Marcus) - Fixed bug #40546 (SplFileInfo::getPathInfo() throws an execption if directory is in root dir). (Marcus) - Fixed bug #40545 (multithreading issue in zend_strtod()). (Tony)