ID: 40548
Updated by: [EMAIL PROTECTED]
Reported By: info at adaniels dot nl
-Status: Open
+Status: Assigned
Bug Type: SPL related
Operating System: Linux/Ubuntu
PHP Version: 5.2.1
-Assigned To:
+Assigned To: helly
Previous Comments:
------------------------------------------------------------------------
[2007-02-20 06:27:53] judas dot iscariote at gmail dot com
I expect an Exception in that case..
------------------------------------------------------------------------
[2007-02-19 20:58:04] info at adaniels dot nl
Description:
------------
SplFileInfo::getOwner() and SplFileInfo::getGroup() give a warning on
broken symlink. This is probably due the fact that the function follows
the symlink.
Reproduce code:
---------------
system: ln -s nothing /broken
<?php
$fi = new SplFileInfo('/broken');
echo $fi->getOwner();
echo $fi->getGroup();
?>
Expected result:
----------------
rootroot
Actual result:
--------------
Warning: SplFileInfo::getOwner() [function.SplFileInfo-getOwner]: stat
failed for /broken in
/home/arnold/projects/jasny/jasny-explorer/webroot/index.php on line 6
Warning: SplFileInfo::getGroup() [function.SplFileInfo-getGroup]: stat
failed for /broken in
/home/arnold/projects/jasny/jasny-explorer/webroot/index.php on line 7
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=40548&edit=1