Snow Leopard does not comes with php-gd module by default. How can I install it?

link|improve this question

62% accept rate
feedback

1 Answer

The version of PHP distributed with Snow Leopard was compiled with GD. (source) Can you run phpinfo() and tell me if the GD module appears in the output? I'm on 10.6.7, and phpinfo() reports that GD support is enabled: "bundled (2.0.34 compatible)".

link|improve this answer
GD is shown as enabled but didn't work. I went for: php-osx.liip.ch – ohho May 25 '11 at 10:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.