<?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/Validate_Finance/download/0.5.6/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate/download/0.8.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_IDNA2/download/0.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_Traceroute/download/0.21.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate/download/0.8.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Image_Graph/download/0.8.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_IDNA/download/0.8.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_IDNA2/download/0.1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_IDNA/download/0.8.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate/download/0.8.3/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for neufeind</title>
<description>The latest releases for the PEAR developer neufeind (Stefan Neufeind)</description>
</channel>

<item rdf:about="http://pear.php.net/package/Validate_Finance/download/0.5.6/">
 <title>Validate_Finance 0.5.6</title>
 <link>http://pear.php.net/package/Validate_Finance/download/0.5.6/</link>
 <content:encoded>QA release&lt;br /&gt;
Bug #17412	Fatal error: Call to undefined method Validate_Finance_IBAN::iserror()
 </content:encoded>
 <dc:date>2012-04-13T03:34:31-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate/download/0.8.5/">
 <title>Validate 0.8.5</title>
 <link>http://pear.php.net/package/Validate/download/0.8.5/</link>
 <content:encoded>QA Release&lt;br /&gt;
Request #17963: Allow test suite to run without DNS resolver [patch by remicollet, adjustments by dufuz]&lt;br /&gt;
Bug #17279 Validate::email() with 'fullTLDValidation' =&gt; 'true' always return false.&lt;br /&gt;
Bug #17947 testdate test fails if date.timezone not set&lt;br /&gt;
Bug #17948 multicard test fails
 </content:encoded>
 <dc:date>2011-12-18T12:05:55-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_IDNA2/download/0.1.1/">
 <title>Net_IDNA2 0.1.1</title>
 <link>http://pear.php.net/package/Net_IDNA2/download/0.1.1/</link>
 <content:encoded>* Added initial support for IDNA2008. This is needed for characters like the German&lt;br /&gt;
  &quot;Eszett&quot; which would otherwise be turned into &quot;ss&quot; during nameprep.&lt;br /&gt;
  Use $n-&gt;setParams('version', '2008') to use the &quot;new&quot; IDNA-encoding. Default is still&lt;br /&gt;
  IDNA2003 for backwards-compatibility.&lt;br /&gt;
  Further aspects of IDNA2008-encoding (for example some checks) should be added later&lt;br /&gt;
  according to RFCs.&lt;br /&gt;
* #16466: Unit tests (testcaseses from draft-josefsson-idn-test-vectors; thanks to Daniel)&lt;br /&gt;
* Unit tests (coverage, refactoring/cleanup, more tests)&lt;br /&gt;
* #17542: URIs get mangled when decoding (UTF8-fix)&lt;br /&gt;
* Codingstyle fixes&lt;br /&gt;
* fixed handling of URLs with more than a domain-name (fixed opposite of parse_url())&lt;br /&gt;
* Added specialized and spl exceptions&lt;br /&gt;
* #17533: Releases and roles do not seem to work.
 </content:encoded>
 <dc:date>2010-12-09T17:35:29-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_Traceroute/download/0.21.3/">
 <title>Net_Traceroute 0.21.3</title>
 <link>http://pear.php.net/package/Net_Traceroute/download/0.21.3/</link>
 <content:encoded>CS-fixes&lt;br /&gt;
#17973: move error-redirection to end of command-line (on Linux)&lt;br /&gt;
#16445: handle arguments without a value (example: numeric) correctly
 </content:encoded>
 <dc:date>2010-10-20T08:57:41-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate/download/0.8.4/">
 <title>Validate 0.8.4</title>
 <link>http://pear.php.net/package/Validate/download/0.8.4/</link>
 <content:encoded>QA release&lt;br /&gt;
Bug #17555 Use correct pattern delim&lt;br /&gt;
Bug #17755 Encoding to UTF-8 in Validate.php&lt;br /&gt;
Bug #17756 Avoiding ereg
 </content:encoded>
 <dc:date>2010-10-10T14:43:03-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Image_Graph/download/0.8.0/">
 <title>Image_Graph 0.8.0</title>
 <link>http://pear.php.net/package/Image_Graph/download/0.8.0/</link>
 <content:encoded>QA release&lt;br /&gt;
* PLEASE NOTE: Package now needs PHP 5.x (needed for workaround for Bug #16529 and future cleanups)&lt;br /&gt;
Bug #16529 Doesn't work with PHP 5.3.0 	neufeind&lt;br /&gt;
Bug #16834 Column width error, small PHP typo (fix incl.) 	neufeind&lt;br /&gt;
Bug #2685 Plots do not honor ID tags for fills. 	nosey&lt;br /&gt;
Bug #2791 wrong x-axis label position when using ttf font 	nosey&lt;br /&gt;
Bug #2831 using Image_Graph_Fill in Image_Graph_Fill_Array 	 &lt;br /&gt;
Bug #2832 GD always outputs PNG 	nosey&lt;br /&gt;
Bug #3346 double as data 	nosey&lt;br /&gt;
Bug #3496 Image/Graph/value/marker.php - dir don't exist 	 &lt;br /&gt;
Bug #3984 Cannot inherit image_color 	 &lt;br /&gt;
Bug #4080 setSpaceFromBorder missing ?? 	 &lt;br /&gt;
Bug #4333 Legend division by zero error on PieChart 	nosey&lt;br /&gt;
Bug #4417 Cannot use point ID as marker value 	nosey&lt;br /&gt;
Bug #4430 Call-time pass-by-reference has been deprecated 	nosey&lt;br /&gt;
Bug #4484 SVG output problem with fill and alignment attributes of text 	nosey&lt;br /&gt;
Bug #4522 Image_Graph_Axis::_calcLabelInterval() dont work like it was working before 	 &lt;br /&gt;
Bug #4586 Content type image/jpg does not recognized by IE 	nosey&lt;br /&gt;
Bug #4876 mis-type in code -&gt; undefined property 	nosey&lt;br /&gt;
Bug #5066 Reference Notices 	nosey&lt;br /&gt;
Bug #5607 X Axis Labels align to right 	nosey&lt;br /&gt;
Bug #6941 Logarithmic axis values between 0 and 1 	nosey&lt;br /&gt;
Bug #7364 Incorrect Include in Grid.php 	nosey&lt;br /&gt;
Bug #7367 Windows XP 	Marker for top Y-value cut 	nosey&lt;br /&gt;
Bug #7375 Windows XP 	&quot;Only variables should be assigned by reference&quot; notice 	 &lt;br /&gt;
Bug #7572 addPoint function in Image_Graph_Dataset_Sequential doesn't use parameter 	nosey&lt;br /&gt;
Bug #7621 Linux 	Pie Chart Legend does not display 	nosey&lt;br /&gt;
Bug #7729 Wrong axis X label placement 	 &lt;br /&gt;
Bug #8055 No Legend with Pie Charts 	nosey&lt;br /&gt;
Bug #11812 &quot;forceMaximum&quot; method 	uwesteinm
 </content:encoded>
 <dc:date>2010-10-05T15:39:54-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_IDNA/download/0.8.1/">
 <title>Net_IDNA 0.8.1</title>
 <link>http://pear.php.net/package/Net_IDNA/download/0.8.1/</link>
 <content:encoded>Fixed broken (unneeded) constructor (thanks to Daniel)&lt;br /&gt;
Re-adding test-case for php5 from earlier release (if using PHP &gt;= 5.2.1 consider using Net_IDNA2!)
 </content:encoded>
 <dc:date>2010-06-29T10:52:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_IDNA2/download/0.1.0/">
 <title>Net_IDNA2 0.1.0</title>
 <link>http://pear.php.net/package/Net_IDNA2/download/0.1.0/</link>
 <content:encoded>QA Release&lt;br /&gt;
Bug #17430 	Multiple Net_IDNA class declarations&lt;br /&gt;
Warning: This package is now split between Net_IDNA (php4) and Net_IDNA2 (php5)
 </content:encoded>
 <dc:date>2010-06-29T01:45:05-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_IDNA/download/0.8.0/">
 <title>Net_IDNA 0.8.0</title>
 <link>http://pear.php.net/package/Net_IDNA/download/0.8.0/</link>
 <content:encoded>QA Release&lt;br /&gt;
Bug #17430 	Multiple Net_IDNA class declarations&lt;br /&gt;
Warning: This release splits this package into Net_IDNA (php4) and Net_IDNA2 (php5)
 </content:encoded>
 <dc:date>2010-06-03T02:02:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate/download/0.8.3/">
 <title>Validate 0.8.3</title>
 <link>http://pear.php.net/package/Validate/download/0.8.3/</link>
 <content:encoded>* Bug #14865   Fixing some unit test failures (amir)&lt;br /&gt;
* Bug #15945   Improper string used to check domain dns (amir)&lt;br /&gt;
* Bug #16381   String format validation fails for VALIDATE_NAME.VALIDATE_XXX (amir)&lt;br /&gt;
* Bug #16427   Email Validation not working for check_domain (amir)&lt;br /&gt;
* Bug #16811   Should determine whether Net/IDNA.php is available less &quot;destructively&quot; (kguest)
 </content:encoded>
 <dc:date>2009-11-24T03:51:09-05:00</dc:date>
</item>

</rdf:RDF>