Skip to content

1.5.0

Compare
Choose a tag to compare
@oschwald oschwald released this 30 Sep 22:56
  • PHP 5.6 or greater is now required.
  • The C extension now supports PHP 8. Pull request by John Boehr.
    GitHub #87.
  • A new method, getWithPrefixLen, was added to the Reader class.
    This method returns an array containing the record and the prefix
    length for that record. GitHub #89.