<?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/Console_Table/download/1.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_Table/download/1.1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_Table/download/1.0.8/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File/download/1.3.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File/download/1.3.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_Table/download/1.0.7/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File/download/1.3.0a1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_Table/download/1.0.6/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_Table/download/1.0.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_Table/download/1.0.4/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for tal</title>
<description>The latest releases for the PEAR developer tal (Tal Peer)</description>
</channel>

<item rdf:about="http://pear.php.net/package/Console_Table/download/1.1.1/">
 <title>Console_Table 1.1.1</title>
 <link>http://pear.php.net/package/Console_Table/download/1.1.1/</link>
 <content:encoded>Fix rendering of multiline rows with cells that contain zeros (Bug #13629).
 </content:encoded>
 <dc:date>2008-04-09T05:58:09-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_Table/download/1.1.0/">
 <title>Console_Table 1.1.0</title>
 <link>http://pear.php.net/package/Console_Table/download/1.1.0/</link>
 <content:encoded>* Add option to set table border character.&lt;br /&gt;
* Extend constructor to set table borders, padding, and charset on instantiation.
 </content:encoded>
 <dc:date>2008-03-28T17:30:16-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_Table/download/1.0.8/">
 <title>Console_Table 1.0.8</title>
 <link>http://pear.php.net/package/Console_Table/download/1.0.8/</link>
 <content:encoded>* Fix cell padding with multibyte strings under certain circumstances (Bug #12853).
 </content:encoded>
 <dc:date>2008-01-08T18:34:45-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/File/download/1.3.0/">
 <title>File 1.3.0</title>
 <link>http://pear.php.net/package/File/download/1.3.0/</link>
 <content:encoded>No code changes in this release
 </content:encoded>
 <dc:date>2007-06-01T17:31:45-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/File/download/1.3.0RC1/">
 <title>File 1.3.0RC1</title>
 <link>http://pear.php.net/package/File/download/1.3.0RC1/</link>
 <content:encoded>No code changes in this release
 </content:encoded>
 <dc:date>2007-05-20T08:32:21-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_Table/download/1.0.7/">
 <title>Console_Table 1.0.7</title>
 <link>http://pear.php.net/package/Console_Table/download/1.0.7/</link>
 <content:encoded>* Fix header height if first data row has more than one line (Bug #11064).&lt;br /&gt;
* Fix notice if header is not set.
 </content:encoded>
 <dc:date>2007-05-17T12:19:31-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/File/download/1.3.0a1/">
 <title>File 1.3.0a1</title>
 <link>http://pear.php.net/package/File/download/1.3.0a1/</link>
 <content:encoded>* Fixed Bug #5045 File::stripTrailingSeparators should not rtrim the path &quot;/&quot; on linux (mike)&lt;br /&gt;
* Fixed Bug #5464 fwrite returns false but file checks for -1 (mike)&lt;br /&gt;
* Request   #6316 File_CSV doesn't allow to read data from a file and after write data to the same file (helgi)&lt;br /&gt;
* Request   #7559 File_Util::isIncludable() (file exists within include_path) (mike)&lt;br /&gt;
* Fixed Bug #7789 File::_getFilePointer() cannot return a reference (mike)&lt;br /&gt;
* Added more CSV tests (helgi)&lt;br /&gt;
* Moving the PHP dep to 4.3 to follow PEAR, adding dep on PEAR 1.5.0 to be sure people run proper PEAR version (helgi)&lt;br /&gt;
* File_CSV: add b mode to fopen in disoverFormat for portability (http://www.php.net/fopen)&lt;br /&gt;
* Fixed Bug #6447 Package will not install (helgi)&lt;br /&gt;
* Fixed Bug #5553 File_CSV should detect an occurance of delimeter in field and escape (helgi)&lt;br /&gt;
* Fixed Bug #4792 File_CSV: Last column keeps line breaks (helgi)&lt;br /&gt;
* Fixed Bug #10721 File_CSV: discoverFormat() can't handle large files (ieure)&lt;br /&gt;
* Fixed Bug #10883 Test 019 mislabeled&lt;br /&gt;
* Fixed Bug #10882 Tests fail (helgi / cipri)&lt;br /&gt;
* File_CSV: discoverFormat now uses the first 30 lines of the file. (helgi)&lt;br /&gt;
* File_CSV: supports reading =&quot;&quot; quoting, i.e. Excel only way of being smart with items starting with 00 and spaces and such (helgi)&lt;br /&gt;
* File_CSV: Now handles headers, pass header = true in the config for it to process it, we recommend reading like this:&lt;br /&gt;
$data = array();&lt;br /&gt;
File_CSV::read($file, $conf);&lt;br /&gt;
while ($res = File_CSV::read($file, $conf)) {&lt;br /&gt;
    $data[] = $res;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Note the first read call outside the while loop, it's because we don't want to include the header in the final data since&lt;br /&gt;
the first read gives that back just in case someone needs to do something else with those headers.&lt;br /&gt;
Passing this csv and the correct config:&lt;br /&gt;
header,body,foot&lt;br /&gt;
I'm a little header,this is my teapot,can't be!&lt;br /&gt;
&lt;br /&gt;
Will give you this:&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
    [0] =&gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [header] =&gt; I'm a little header&lt;br /&gt;
            [body] =&gt; this is my teapot&lt;br /&gt;
            [foot] =&gt; can't be!&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
detection of headers will never be added since CSV has no standard for defining what is a header and what is not (helgi)
 </content:encoded>
 <dc:date>2007-05-13T11:31:07-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_Table/download/1.0.6/">
 <title>Console_Table 1.0.6</title>
 <link>http://pear.php.net/package/Console_Table/download/1.0.6/</link>
 <content:encoded>* Add support for multi-line headers (Request #8615).
 </content:encoded>
 <dc:date>2007-01-19T17:31:40-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_Table/download/1.0.5/">
 <title>Console_Table 1.0.5</title>
 <link>http://pear.php.net/package/Console_Table/download/1.0.5/</link>
 <content:encoded>* Allow to specify separator rules in addData().&lt;br /&gt;
* Fix warnings when combining separator rules and callback filters (Bug #8566).
 </content:encoded>
 <dc:date>2006-08-28T04:42:52-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_Table/download/1.0.4/">
 <title>Console_Table 1.0.4</title>
 <link>http://pear.php.net/package/Console_Table/download/1.0.4/</link>
 <content:encoded>* Add support for multi-line cells (koto at webworkers dot pl, Request #7017).
 </content:encoded>
 <dc:date>2006-04-08T03:48:19-05:00</dc:date>
</item>

</rdf:RDF>