How to install php-gmp on OSX 10.10 -


so trying use php-gmp methods on mac, error "call undefined function gmp_init()".

i've seen this answer same question, question/answer outdated - example, suggested brew package not available formula @ time.

brew install php56-gmp 

worked me on php 5.6

php -i | grep gmp - confirm

don't forget restart webserver.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - UML - How would you draw a try catch in a sequence diagram? -

c++ - Gamma correction doesn't look properly corrected, is this linear? -