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

ubuntu - How to disable Kernel Module Signing in linux -

java - Ebean enhancement ignores a model -

How to combine associative arrays in bash? -