<?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_CSV/download/1.0.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_CSV/download/1.0.0alpha1/"/>
</rdf:Seq>
</items>

<title>Latest releases of file_csv</title>
<description>The latest releases for the package file_csv</description>
</channel>

<item rdf:about="http://pear.php.net/package/File_CSV/download/1.0.0/">
 <title>File_CSV 1.0.0</title>
 <link>http://pear.php.net/package/File_CSV/download/1.0.0/</link>
 <content:encoded>* Fixed Bug #15123: Broken CSV unit tests [dufuz]&lt;br /&gt;
* Fixed Bug #15233: discoverFormat finds wrong separator [dufuz]&lt;br /&gt;
* Fixed Bug #18049: discoverFormat bug, Find all seps that are within qoutes [dufuz]&lt;br /&gt;
* Fixed Bug #18111: discoverFormat: Quote not detected in short lines [dufuz]&lt;br /&gt;
* Fixed Bug #18358: Headers incorrectly being applied to quoted rows only [dufuz]
 </content:encoded>
 <dc:date>2011-03-18T23:34:37-05:00</dc:date>
 <dc:publisher>dufuz</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/File_CSV/download/1.0.0alpha1/">
 <title>File_CSV 1.0.0alpha1</title>
 <link>http://pear.php.net/package/File_CSV/download/1.0.0alpha1/</link>
 <content:encoded>* Split File_CSV from File into it's own package&lt;br /&gt;
* Change license to New BSD&lt;br /&gt;
* File_CSV::unquote now takes in an array and a string (string being the old way)&lt;br /&gt;
  Passing in an array of fields, for example a whole line.&lt;br /&gt;
* Double quotes is now the default quoting character when people don't specify which quoting character to use&lt;br /&gt;
&lt;br /&gt;
* Fix Bug #5257:  File_CSV: delimiter problem if first field is empty [dufuz]&lt;br /&gt;
* Fix Bug #14118: Error with quoted fields and separators [dufuz]&lt;br /&gt;
* Fix Bug #11526: DiscoverFormat returns wrong nr of fields [izi]&lt;br /&gt;
* Fix Bug #11892: File_CSV performance severely hurt [dufuz]&lt;br /&gt;
* Fix Bug #14030: File_CSV::write() does not correctly quote field values [dufuz, walter]
 </content:encoded>
 <dc:date>2008-10-26T17:09:25-05:00</dc:date>
 <dc:publisher>dufuz</dc:publisher>
</item>

</rdf:RDF>