1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00
Files
archived-php-src/ext/spl
Ilia Alshanetsky c16b7585f6 Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into symlinked
directories).

[DOC]

To avoid breaking how existing code works a new constant is introduced for
the RecursiveDirectoryIterator() that directs the code to follow symlinks.
This constant RecursiveDirectoryIterator::FOLLOW_SYMLINKS can be passed a
flag to the constructor to trigger symlink following.
2009-07-08 03:06:59 +00:00
..
2009-07-05 14:46:08 +00:00
2006-07-20 22:54:21 +00:00
2009-06-23 18:14:27 +00:00
2004-11-01 18:01:06 +00:00
2009-07-04 20:31:27 +00:00
2008-12-31 11:15:49 +00:00
2009-07-04 20:31:27 +00:00
2008-12-31 11:15:49 +00:00
2008-12-31 11:15:49 +00:00
2008-12-31 11:15:49 +00:00
2009-07-04 20:31:27 +00:00
2009-07-04 20:31:27 +00:00
2008-12-31 11:15:49 +00:00
2009-07-04 20:31:27 +00:00
2009-07-04 20:31:27 +00:00
2008-07-23 06:08:07 +00:00

This is an extension that aims to implement some efficient data access 
interfaces and classes. You'll find the classes documented using php
code in the file spl.php or in the corresponding .inc file in the examples
subdirectory. Based on the internal implementations or the files in the 
examples subdirectory there are also some .php files to experiment with.

For more information look at: http://php.net/~helly/php/ext/spl