<?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/Var_Dump/download/1.0.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Var_Dump/download/1.0.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Var_Dump/download/1.0.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Var_Dump/download/1.0.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Var_Dump/download/1.0.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Var_Dump/download/1.0.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Var_Dump/download/0.9.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Var_Dump/download/0.4.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Var_Dump/download/0.4.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Var_Dump/download/0.9.2/"/>
</rdf:Seq>
</items>

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

<item rdf:about="http://pear.php.net/package/Var_Dump/download/1.0.4/">
 <title>Var_Dump 1.0.4</title>
 <link>http://pear.php.net/package/Var_Dump/download/1.0.4/</link>
 <content:encoded>QA release&lt;br /&gt;
Bug #11325  	Strings with line containing a single &quot;}&quot;
 </content:encoded>
 <dc:date>2010-08-15T05:49:49-05:00</dc:date>
 <dc:publisher>doconnor</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/Var_Dump/download/1.0.3/">
 <title>Var_Dump 1.0.3</title>
 <link>http://pear.php.net/package/Var_Dump/download/1.0.3/</link>
 <content:encoded>- Better compliance with XHTML&lt;br /&gt;
- Fixed output of Text renderer (missing htmlspecialchars)&lt;br /&gt;
- Updated examples (serving application/xhtml+xml)&lt;br /&gt;
- New return reference automatically so using &amp; in this context is deprecated&lt;br /&gt;
- Fixed typos in unit tests
 </content:encoded>
 <dc:date>2006-02-21T07:59:13-05:00</dc:date>
 <dc:publisher>fredericpoeydomenge</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/Var_Dump/download/1.0.2/">
 <title>Var_Dump 1.0.2</title>
 <link>http://pear.php.net/package/Var_Dump/download/1.0.2/</link>
 <content:encoded>- Corrected Bug #3416, PHP5 Protected and private attributes not shown.&lt;br /&gt;
- Corrected Bug #1646, possibility to ignore some variables, for instance when Var_Dump'ing classes with DB/MDB/MDB2 objects in them.&lt;br /&gt;
- Corrected Bug #3396, Var_Dump::toString() sets object variables.&lt;br /&gt;
- Added extra parameters to display() method, to be able to access every options (display mode, ignore list, ...) with a single static call (requested by Lukas Smith, lsmith at php dot net).&lt;br /&gt;
- $options parameter can be expressed as a simple string corresponding to the renderer name e.g. Var_Dump::display($var, FALSE, 'XHTML_Table');&lt;br /&gt;
- Removed spurious &quot;unset&quot; in the code.
 </content:encoded>
 <dc:date>2005-02-09T11:15:21-05:00</dc:date>
 <dc:publisher>fredericpoeydomenge</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/Var_Dump/download/1.0.1/">
 <title>Var_Dump 1.0.1</title>
 <link>http://pear.php.net/package/Var_Dump/download/1.0.1/</link>
 <content:encoded>- Corrected Bug #2574, xdebug's coloured var_dump() makes the class unusable.&lt;br /&gt;
- Conditionally including PEAR.php, only when an error needs to be raised.&lt;br /&gt;
- Fixed documentation blocs, to better adhere to the PHPDoc syntax.
 </content:encoded>
 <dc:date>2004-11-24T09:22:23-05:00</dc:date>
 <dc:publisher>fredericpoeydomenge</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/Var_Dump/download/1.0.0/">
 <title>Var_Dump 1.0.0</title>
 <link>http://pear.php.net/package/Var_Dump/download/1.0.0/</link>
 <content:encoded>- Fixed typos (spaces instead of tabs).&lt;br /&gt;
- Corrected a shift issue in alignment of multi-lines texts.&lt;br /&gt;
- Completed PHPUnit test suite.&lt;br /&gt;
- Synced with php-src::ext:standard::var.c v1.189 (PHP5, 2004/05/20 21:15:42) and v1.111 (PHP4, 2001/08/06 13:36:08)&lt;br /&gt;
- Added &quot;UNKNOWN:0&quot; case (same management as &quot;NULL&quot; or &quot;*RECURSION*&quot; cases)&lt;br /&gt;
- Optional &quot;&amp;&quot; before every element
 </content:encoded>
 <dc:date>2004-06-14T06:12:35-05:00</dc:date>
 <dc:publisher>fredericpoeydomenge</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/Var_Dump/download/1.0.0RC1/">
 <title>Var_Dump 1.0.0RC1</title>
 <link>http://pear.php.net/package/Var_Dump/download/1.0.0RC1/</link>
 <content:encoded>- Treated array(0) as a single element, instead of an array, to avoid useless additions of generated content.&lt;br /&gt;
- Removed optional fold markers {{{ and }}}&lt;br /&gt;
- Corrected a shift issue in alignment of multi-lines texts.&lt;br /&gt;
- Added PHPUnit test suite.
 </content:encoded>
 <dc:date>2004-05-27T08:48:06-05:00</dc:date>
 <dc:publisher>fredericpoeydomenge</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/Var_Dump/download/0.9.3/">
 <title>Var_Dump 0.9.3</title>
 <link>http://pear.php.net/package/Var_Dump/download/0.9.3/</link>
 <content:encoded>- Corrected Bug #1320 : bad md5sum for file Var_Dump.php.&lt;br /&gt;
- Corrected Bug #1321 : Numeric zero values in array or object attributes are not shown.&lt;br /&gt;
- Corrected wrong detection of start/end of multi-lines texts.&lt;br /&gt;
- Corrected whenever parts of a string are matched by the internal regexp.&lt;br /&gt;
- Added an option to show end-of-lines, by inserting a char before newlines.
 </content:encoded>
 <dc:date>2004-05-04T05:07:37-05:00</dc:date>
 <dc:publisher>fredericpoeydomenge</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/Var_Dump/download/0.4.2/">
 <title>Var_Dump 0.4.2</title>
 <link>http://pear.php.net/package/Var_Dump/download/0.4.2/</link>
 <content:encoded>- Fix the use of $this for PHP5 (patch by Paul M Jones, pmjones at ciaweb dot net)
 </content:encoded>
 <dc:date>2004-04-30T11:57:01-05:00</dc:date>
 <dc:publisher>fredericpoeydomenge</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/Var_Dump/download/0.4.1/">
 <title>Var_Dump 0.4.1</title>
 <link>http://pear.php.net/package/Var_Dump/download/0.4.1/</link>
 <content:encoded>- Fix to displayOptions being overriden by the $options parameter (patch by Leandro Lucarella, llucar at mecon dot gov dot ar)
 </content:encoded>
 <dc:date>2004-04-30T07:51:09-05:00</dc:date>
 <dc:publisher>fredericpoeydomenge</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/Var_Dump/download/0.9.2/">
 <title>Var_Dump 0.9.2</title>
 <link>http://pear.php.net/package/Var_Dump/download/0.9.2/</link>
 <content:encoded>- Corrected Bug #1313 : allow_call_time_pass_reference setting.&lt;br /&gt;
- Better handling of multi-lines texts with text-mode renderers.&lt;br /&gt;
- Updated the examples
 </content:encoded>
 <dc:date>2004-04-30T03:14:26-05:00</dc:date>
 <dc:publisher>fredericpoeydomenge</dc:publisher>
</item>

</rdf:RDF>