PDA

View Full Version : need help with activating gd support


Salazar
26 Jan 2006, 19:49
I set up a webserver on my localhost (php, mysql, apache) but gd support doesn't work. I checked the phpinfo() - no gd there!

Can anyone help me activating it?

filburt1
26 Jan 2006, 22:52
Uncomment the lines for GD in php.ini. You may need to change the extensions_dir attribute as well. Remember to restart Apache when changing php.ini.

Salazar
27 Jan 2006, 12:33
Thanks filburt, that did the trick!

(btw, why is gd support disabled by default?)

filburt1
27 Jan 2006, 17:39
Good question. I thought it's enabled by default on Unix installations.