1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0" packagerversion="1.4.5">
<name>Net_IPv4</name>
<summary>IPv4 network calculations and validation.</summary>
<description>Class used for calculating IPv4 (AF_INET family) address information
such as network as network address, broadcast address, and IP address
validity.
</description>
<maintainers>
<maintainer>
<user>bate</user>
<name>Marco Kaiser</name>
<email>bate@php.net</email>
<role>lead</role>
</maintainer>
<maintainer>
<user>fa</user>
<name>Florian Anderiasch</name>
<email>fa@php.net</email>
<role>developer</role>
</maintainer>
</maintainers>
<release>
<version>1.3.0</version>
<date>2005-11-30</date>
<license>PHP License 3.01</license>
<state>stable</state>
<notes>* Fixed all pending bugs
* Fixed coding styles
* Added class documentation
</notes>
<provides type="class" name="Net_IPv4" />
<provides type="function" name="Net_IPv4::validateIP" />
<provides type="function" name="Net_IPv4::check_ip" />
<provides type="function" name="Net_IPv4::validateNetmask" />
<provides type="function" name="Net_IPv4::parseAddress" />
<provides type="function" name="Net_IPv4::calculate" />
<provides type="function" name="Net_IPv4::getNetmask" />
<provides type="function" name="Net_IPv4::getNetLength" />
<provides type="function" name="Net_IPv4::getSubnet" />
<provides type="function" name="Net_IPv4::inSameSubnet" />
<provides type="function" name="Net_IPv4::atoh" />
<provides type="function" name="Net_IPv4::htoa" />
<provides type="function" name="Net_IPv4::ip2double" />
<provides type="function" name="Net_IPv4::ipInNetwork" />
<filelist>
<file role="php" baseinstalldir="Net" md5sum="e814d90125d978192115886d2eeaa025" name="IPv4.php">
<replace type="package-info" from="@package_version@" to="version"/>
<replace type="pear-config" from="@data_dir@" to="data_dir"/>
</file>
</filelist>
</release>
<changelog>
<release>
<version>1.0</version>
<date>2002-08-20</date>
<license>PHP 2.0</license>
<state>stable</state>
<notes>Initial Release
</notes>
</release>
<release>
<version>1.1</version>
<date>2003-06-22</date>
<license>PHP 2.0</license>
<state>stable</state>
<notes>Created an ip2double method as a workaround for PHP long ints being unsigned
</notes>
</release>
<release>
<version>1.2</version>
<date>2004-04-27</date>
<license>PHP 2.0</license>
<state>stable</state>
<notes>Added ipInNetwork method. Fixed some reported bugs. Net_IPv4 no longer extends the base PEAR class to speed instantiation
</notes>
</release>
<release>
<version>1.3</version>
<date>2005-11-30</date>
<license>PHP License 3.01</license>
<state>stable</state>
<notes>* Fixed all pending bugs
* Fixed coding styles
* Added class documentation
</notes>
</release>
<release>
<version>1.3.0</version>
<date>2005-11-30</date>
<license>PHP License 3.01</license>
<state>stable</state>
<notes>* Fixed all pending bugs
* Fixed coding styles
* Added class documentation
</notes>
</release>
</changelog>
</package>
|