1

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

ohho
  • 1,005
  • 8
  • 19
  • 34

1 Answers1

1

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)".

peterjmag
  • 111
  • 2