mathematician
mathematician copied to clipboard
isGmpResource in 5.6
Hi there,
Just been through the same recently at work - one thing to learn from there is that in php5.6 gmp is an object of type GMP rather than resource.
More info: http://us3.php.net/manual/en/migration56.incompatible.php
Yea, good call. I actually tried to bake in 5.6 compatibility, but the Gmp extension changed a bit. I'll make another attempt soon.
Thanks!