GD library

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aneuryzma
Forum Contributor
Posts: 106
Joined: Sat May 17, 2008 7:03 am

GD library

Post by aneuryzma »

Hi,

is GD library normally installed on hosting servers with preconfigured PHP/Mysql ?

If not, how can I easily install it ?

thanks
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: GD library

Post by onion2k »

I've never seen one that doesn't have it.
aneuryzma
Forum Contributor
Posts: 106
Joined: Sat May 17, 2008 7:03 am

Re: GD library

Post by aneuryzma »

oh ok, but on mac Leopard is missing right ?
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: GD library

Post by McInfo »

If you need a development server for Mac OS X that includes GD, try XAMPP for Mac OS X.

Edit: This post was recovered from search engine cache.
Last edited by McInfo on Wed Jun 16, 2010 2:55 pm, edited 1 time in total.
User avatar
Skara
Forum Regular
Posts: 703
Joined: Sat Mar 12, 2005 7:13 pm
Location: US

Re: GD library

Post by Skara »

Or you can simply replace php with this version: http://www.entropy.ch/software/macosx/php/
I've been using that for some time on my development server and haven't had any problems with it.
Post Reply