<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/file_find">File_Find</p>
 <c>pear.php.net</c>
 <v>1.2.2</v>
 <st>stable</st>
 <l>PHP</l>
 <m>tuupola</m>
 <s>A Class the facilitates the search of filesystems</s>
 <d>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 cool features.
 
</d>
 <da>2006-02-17 14:20:04</da>
 <n>+ Empty pattern workaround from bug #6173 also in glob method

Various 'enhancements' to 'shell' method
http://pear.php.net/manual/en/package.filesystem.file-find.searchmethods.php

* Empty pattern specified in 'shell' is equal to '*.*'

- Empty exclude mask of a 'shell' pattern is detected correctly now

+ Use *. to match files without extension

+ use filename.*. to match files with only one 'extension' (bug #5503)</n>
 <f>7750</f>
 <g>http://pear.php.net/get/File_Find-1.2.2</g>
 <x xlink:href="package.1.2.2.xml"/>
</r>