| PEAR Announce 2006-06-30, 7:00 pm |
| The new PEAR package File_Find-1.3.0 (stable) has been released at http://pear.php.net/.
Release notes
-------------
Work towards stream support. This version doesn't try to normalize
slashes in returned result and thus it's output may be inconsistent
with of previous versions.
+ new object variable $this->dirsep to explicitly define directory
separator (forward slash by default)
- drop out "use only native system slashes" and "replace double
slashes if any" beautifiers which damage stream prefixes and stream
specific URLs
- minor comment fixes
Package Info
-------------
File_Find, created as a replacement for its Perl counterpart, also named
File_Find, is a directory searcher, which handles, globbing, recursive
directory searching, as well as a slew of other features.
Related Links
-------------
Package home: http://pear.php.net/package/File_Find
Changelog: http://pear.php.net/package/File_Find/download/1.3.0
Download: http://pear.php.net/get/File_Find-1.3.0.tgz
Authors
-------------
Sterling Hughes <sterling@php.net> (lead)
Mika Tuupola <tuupola@appelsiini.net> (lead)
anatoly techtonik <techtonik@php.net> (developer)
|