<?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/Net_CheckIP2/download/1.0.0RC3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC1/"/>
</rdf:Seq>
</items>

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

<item rdf:about="http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC3/">
 <title>Net_CheckIP2 1.0.0RC3</title>
 <link>http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC3/</link>
 <content:encoded>This release introduces a last-minute BC break:&lt;br /&gt;
&lt;br /&gt;
To update your code, please replace the following:&lt;br /&gt;
&lt;br /&gt;
   Net_CheckIP2::check_ip($ip);&lt;br /&gt;
&lt;br /&gt;
... with:&lt;br /&gt;
&lt;br /&gt;
   Net_CheckIP2::isValid($ip);&lt;br /&gt;
&lt;br /&gt;
Changelog:&lt;br /&gt;
&lt;br /&gt;
* introduced getClass() - determine the CLASS network (A, B, C supported)&lt;br /&gt;
* introduced isValid() - replaces check_ip()&lt;br /&gt;
* introduced isReserved() - determine if the IP is from within a reserved space&lt;br /&gt;
* introduced isZeroconf() - determine if the IP is from the zeroconf pool&lt;br /&gt;
* added AllTests and new test suite
 </content:encoded>
 <dc:date>2009-09-30T16:48:38-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC2/">
 <title>Net_CheckIP2 1.0.0RC2</title>
 <link>http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC2/</link>
 <content:encoded>Added a test.
 </content:encoded>
 <dc:date>2008-02-02T16:13:34-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC1/">
 <title>Net_CheckIP2 1.0.0RC1</title>
 <link>http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC1/</link>
 <content:encoded>Initial PHP5 port of Net_CheckIP.
 </content:encoded>
 <dc:date>2007-12-04T12:29:02-05:00</dc:date>
</item>

</rdf:RDF>