Closed GoogleCodeExporter closed 8 years ago
This is described in http://php.net/manual/en/migration52.incompatible.php :-
SplFileObject::getFilename() returns the filename, not relative/path/to/file,
as of
PHP 5.2.1
so in 5.2.0 and packages derived from it, SplFileObject::getFilename() returns
the
relative path to the file. This can be worked around!
Original comment by jahboite@gmail.com
on 20 Apr 2010 at 9:20
A workaround for this issue was added in r732
Original comment by jahboite@gmail.com
on 20 Apr 2010 at 2:27
Original issue reported on code.google.com by
jahboite@gmail.com
on 14 Apr 2010 at 8:14