Closed
Description
The codebase of this library is very old - it was originally coded for a project using PHP 5.2. Therefore the lib doesn't use namespace, and as some quirks to work around the lack of late static binding.
Does anybody still need support for PHP < 5.6? Older version 5.2 to 5.5 have reached end of life and are not supported anymore by PHP (see http://php.net/supported-versions.php).
If not, then we can probably work on a version 2 with an "IP" namespace and clean up the object model a bit.