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

User avatar
trukfixer
Forum Contributor
Posts: 174
Joined: Fri May 21, 2004 3:14 pm
Location: Miami, Florida, USA

Post by trukfixer »

Yeah .. you only really need to reload apache configs, even then.. and only when php has been compiled as Apache SAPI .. if it's been compiled as a CGI instead, Apache has little to do with it overall.. I've always just reloaded apache conffigs (without actually stopping or starting the server) purely out of habit .. and then that's been on linux.. :) with Windows, it is a dll, so probably wouldnt need to restart apache in that case..

but I would say, follow yj's advice and see what happens..
JasonTC
Forum Commoner
Posts: 92
Joined: Wed Nov 02, 2005 11:05 am
Location: Grand Rapids, MI

Post by JasonTC »

Whether or not I restarted Apache, that's what I did and it now works. Thanks, everybody.
Post Reply