mathematician icon indicating copy to clipboard operation
mathematician copied to clipboard

isGmpResource in 5.6

Open michael-donat opened this issue 11 years ago • 1 comments

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

michael-donat avatar Apr 27 '14 10:04 michael-donat

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!

Rican7 avatar Apr 27 '14 14:04 Rican7