Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.3
-
Fix Version/s: 1.2.4
-
Component/s: None
-
Labels:None
Description
It seems that there is a bug in php, and realpath doesn't work when path is inside of phar archive.
function Doctrine_Core::getPath()
if ( ! self::$_path)
can be easily changed to
if ( ! self::$_path)
http://bugs.php.net/bug.php?id=52769