» Version | » Information |
---|---|
1.0.0RC3 |
Easy InstallNot sure? Get more info. pear install Net_CheckIP2-1.0.0RC3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_CheckIP2-1.0.0RC3 Release date: 2009-09-30 16:48 UTC Release state: beta Release uploaded by: till Changelog: This release introduces a last-minute BC break: To update your code, please replace the following: Net_CheckIP2::check_ip($ip); ... with: Net_CheckIP2::isValid($ip); Changelog: * introduced getClass() - determine the CLASS network (A, B, C supported) * introduced isValid() - replaces check_ip() * introduced isReserved() - determine if the IP is from within a reserved space * introduced isZeroconf() - determine if the IP is from the zeroconf pool * added AllTests and new test suite Dependencies:
|
1.0.0RC2 |
Easy InstallNot sure? Get more info. pear install Net_CheckIP2-1.0.0RC2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_CheckIP2-1.0.0RC2 Release date: 2008-02-02 16:13 UTC Release state: beta Release uploaded by: till Changelog: Added a test. Dependencies:
|
1.0.0RC1 |
Easy InstallNot sure? Get more info. pear install Net_CheckIP2-1.0.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_CheckIP2-1.0.0RC1 Release date: 2007-12-04 12:29 UTC Release state: beta Release uploaded by: till Changelog: Initial PHP5 port of Net_CheckIP. Dependencies:
|