http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of net_checkip2The latest releases for the package net_checkip2Net_CheckIP2 1.0.0RC3
http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC3/
This release introduces a last-minute BC break:<br />
<br />
To update your code, please replace the following:<br />
<br />
Net_CheckIP2::check_ip($ip);<br />
<br />
... with:<br />
<br />
Net_CheckIP2::isValid($ip);<br />
<br />
Changelog:<br />
<br />
* introduced getClass() - determine the CLASS network (A, B, C supported)<br />
* introduced isValid() - replaces check_ip()<br />
* introduced isReserved() - determine if the IP is from within a reserved space<br />
* introduced isZeroconf() - determine if the IP is from the zeroconf pool<br />
* added AllTests and new test suite
2009年09月30日T16:48:38-05:00tillNet_CheckIP2 1.0.0RC2
http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC2/
Added a test.
2008年02月02日T16:13:34-05:00tillNet_CheckIP2 1.0.0RC1
http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC1/
Initial PHP5 port of Net_CheckIP.
2007年12月04日T12:29:02-05:00till