NO GD
Moderators: onion2k, General Moderators
-
angelhouse
- Forum Newbie
- Posts: 3
- Joined: Thu Apr 12, 2007 4:37 am
NO GD
To save me from putting all of my PHP.ini file pasted in here, can someone please let me know what part of it i need to modify to get GD Working.
Don't know off the top of my head, but gd.so needs to be loaded - I think there's a section in php.ini that will allow you to load modules.
Failing that, look into the dl() function.
Failing that, look into the dl() function.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.