<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net/">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/File_SearchReplace/download/1.1.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_SearchReplace/download/1.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_Find/download/1.3.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_Find/download/1.2.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_Find/download/1.2.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_SearchReplace/download/1.1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_Find/download/1.2.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_Find/download/1.1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_Find/download/1.0.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_Find/download/1.0.0/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for techtonik</title>
<description>The latest releases for the PEAR developer techtonik (anatoly techtonik)</description>
</channel>

<item rdf:about="http://pear.php.net/package/File_SearchReplace/download/1.1.2/">
 <title>File_SearchReplace 1.1.2</title>
 <link>http://pear.php.net/package/File_SearchReplace/download/1.1.2/</link>
 <content:encoded>- bug #10395 - typo in method quickSearch doesn't allow function to work with PHP5
 </content:encoded>
 <dc:date>2007-04-09T02:53:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/File_SearchReplace/download/1.1.1/">
 <title>File_SearchReplace 1.1.1</title>
 <link>http://pear.php.net/package/File_SearchReplace/download/1.1.1/</link>
 <content:encoded>- Bug #8103: unnecessary warning on empty files&lt;br /&gt;
* Test suite adjusted to handle the bug and to be more friendly
 </content:encoded>
 <dc:date>2006-07-12T05:51:38-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/File_Find/download/1.3.0/">
 <title>File_Find 1.3.0</title>
 <link>http://pear.php.net/package/File_Find/download/1.3.0/</link>
 <content:encoded>Work towards stream support. This version doesn't try to normalize&lt;br /&gt;
slashes in returned result and thus it's output may be inconsistent&lt;br /&gt;
with of previous versions.&lt;br /&gt;
&lt;br /&gt;
+ new object variable $this-&gt;dirsep to explicitly define directory&lt;br /&gt;
separator (forward slash by default)&lt;br /&gt;
&lt;br /&gt;
- drop out &quot;use only native system slashes&quot; and &quot;replace double&lt;br /&gt;
slashes if any&quot; beautifiers which damage stream prefixes and stream&lt;br /&gt;
specific URLs&lt;br /&gt;
&lt;br /&gt;
- minor comment fixes
 </content:encoded>
 <dc:date>2006-06-30T16:48:25-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/File_Find/download/1.2.2/">
 <title>File_Find 1.2.2</title>
 <link>http://pear.php.net/package/File_Find/download/1.2.2/</link>
 <content:encoded>+ Empty pattern workaround from bug #6173 also in glob method&lt;br /&gt;
&lt;br /&gt;
Various 'enhancements' to 'shell' method&lt;br /&gt;
http://pear.php.net/manual/en/package.filesystem.file-find.searchmethods.php&lt;br /&gt;
&lt;br /&gt;
* Empty pattern specified in 'shell' is equal to '*.*'&lt;br /&gt;
&lt;br /&gt;
- Empty exclude mask of a 'shell' pattern is detected correctly now&lt;br /&gt;
&lt;br /&gt;
+ Use *. to match files without extension&lt;br /&gt;
&lt;br /&gt;
+ use filename.*. to match files with only one 'extension' (bug #5503)
 </content:encoded>
 <dc:date>2006-02-17T14:20:04-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/File_Find/download/1.2.1/">
 <title>File_Find 1.2.1</title>
 <link>http://pear.php.net/package/File_Find/download/1.2.1/</link>
 <content:encoded>* Fixed bug #5892 and other &quot;Only variable references should be returned &lt;br /&gt;
  by reference&quot; errors.&lt;br /&gt;
&lt;br /&gt;
* Fixed bug #6173. Check for empty strings given as ereg to search().&lt;br /&gt;
&lt;br /&gt;
* silence errors if mapTreeMultiple() encounters an unreadable&lt;br /&gt;
  directory (thanks to Erik Stainsby)
 </content:encoded>
 <dc:date>2006-02-02T08:28:08-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/File_SearchReplace/download/1.1.0/">
 <title>File_SearchReplace 1.1.0</title>
 <link>http://pear.php.net/package/File_SearchReplace/download/1.1.0/</link>
 <content:encoded>+ Search and replace arguments can be arrays now - handy for filters&lt;br /&gt;
+ PHPUnit tests&lt;br /&gt;
* Occurence counter is reset on every call to doSearch&lt;br /&gt;
* Small memory and speed optimizations&lt;br /&gt;
- Pass by reference warnings
 </content:encoded>
 <dc:date>2005-12-04T15:31:49-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/File_Find/download/1.2.0/">
 <title>File_Find 1.2.0</title>
 <link>http://pear.php.net/package/File_Find/download/1.2.0/</link>
 <content:encoded>+ new 'shell' match method
 </content:encoded>
 <dc:date>2005-10-04T10:22:34-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/File_Find/download/1.1.0/">
 <title>File_Find 1.1.0</title>
 <link>http://pear.php.net/package/File_Find/download/1.1.0/</link>
 <content:encoded>* use only native system directory delimiters for consistency&lt;br /&gt;
&lt;br /&gt;
* search() method can now match files, directories or both&lt;br /&gt;
&lt;br /&gt;
* port tests to windows platform
 </content:encoded>
 <dc:date>2005-09-13T03:06:41-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/File_Find/download/1.0.1/">
 <title>File_Find 1.0.1</title>
 <link>http://pear.php.net/package/File_Find/download/1.0.1/</link>
 <content:encoded>* fixed package.xml to avoid installation problems with PHP 5.1.X
 </content:encoded>
 <dc:date>2005-08-30T09:05:52-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/File_Find/download/1.0.0/">
 <title>File_Find 1.0.0</title>
 <link>http://pear.php.net/package/File_Find/download/1.0.0/</link>
 <content:encoded>* maptree() can now be called statically (bug #4994)
 </content:encoded>
 <dc:date>2005-08-25T07:39:30-05:00</dc:date>
</item>

</rdf:RDF>