Skip to content

Releases: leth/PHP-IPAddress

v2.0.1

23 Mar 22:48
935d372
Compare
Choose a tag to compare
  • Fixes incorrect compact IPv6 address format #38

v2.0.0

11 Aug 16:32
1c5acc5
Compare
Choose a tag to compare
  • Fixes warnings under PHP 8
  • Sets PHP 8.1 as the new minimum required version

v1.1.2

10 Dec 23:18
f31bed0
Compare
Choose a tag to compare
  • 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

12 Apr 20:06
Compare
Choose a tag to compare

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

08 Apr 01:39
Compare
Choose a tag to compare
  • 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

24 Oct 15:36
Compare
Choose a tag to compare
  • Adds support for formatting IPv4 addresses as integers
  • The composer dependency on pear/math_biginteger no longer requires an unstable version