leth / PHP-IPAddress

IP Address utility classes for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider tagging a release.

glennpratt opened this issue · comments

The only option on Packagist is dev-master. Would you consider tagging a release?

I could do; what does this involve? Just a git tag?

I've been out of PHP development for a while; have you got any idea why the travis build is failing?
It looks like something wrong with the test autoloader (in test/bootstrap.php), but I could be wrong.

Seems like the composer package for Math_BigInteger is broken. I hard-coded a require for it just to see if that results in a passing test run.

Fixed the warnings, remaining fails look like PHPUnit is catching a PHP Error and converting it to an exception.

"gmp_pow(): Negative exponent not supported".

https://travis-ci.org/glennpratt/PHP-IPAddress/jobs/22214554

Thanks!