Releases: leth/PHP-IPAddress
Releases · leth/PHP-IPAddress
v2.0.1
- Fixes incorrect compact IPv6 address format #38
v2.0.0
- Fixes warnings under PHP 8
- Sets PHP 8.1 as the new minimum required version
v1.1.2
- Optimize IP Padding function
- Add utility functions for mapped IPv4 in IPv6 addresses
- Add a
toArray
method to NetworkAddresses
- Fix Null exception when merging duplicate network entries
- Upgrade to psr-4 autoloader
v1.1.1
Just a small update to improve PHP7 compatibility:
- Require pear/math_biginteger to 1.0.3 to fix a PHP7 deprecated constructor warning (SonarSoftware)
v1.1.0
- NetworkAddress now implements Iterator and Countable (eugenekkh)
- Cleaned up class indirection for cleanliness (leth)
- NetworkAddress::merge() for merging adjacent network blocks (leth)
v1.0.2
- Adds support for formatting IPv4 addresses as integers
- The composer dependency on pear/math_biginteger no longer requires an unstable version