summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2007-02-20 13:09:54 +0000
committerMarcus Boerger <helly@php.net>2007-02-20 13:09:54 +0000
commit2db70cb52057af9abe6568dc6b273592fdcec0e7 (patch)
tree776f94797a7799db873f3c84325591cfba4f2e42
parentf44b63c57f4c9dff4224e719ead60136506bdfcf (diff)
downloadphp-git-2db70cb52057af9abe6568dc6b273592fdcec0e7.tar.gz
- BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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)