Page 1 of 1
php_gd.dll configure
Posted: Wed Apr 11, 2007 5:38 am
by sarbas
Hi,
I am using some image functions in my program.While i am try to run the program it shows GD2 GIF support not available. I don't have php_gd.dll file in my php.ini. So how can i download it and configure it .
HOPEFULLY WAITING FOR YOUR REPLY..
SARBAS
Posted: Wed Apr 11, 2007 5:50 am
by aaronhall
If you look through php.ini, the line that includes the extension should be about half way down the file (;extension=php_gd2.dll) -- all you need to do is uncomment the line be removing the leading semi-colon. The dll file should already be present in the /ext directory.
DLL
Posted: Wed Apr 11, 2007 6:54 am
by sarbas
hi aaronhall,
thanks for your reply.I already changed that.. but still having that problem...
Can you give some suggestions
Thanks
Sarbas
Posted: Wed Apr 11, 2007 7:27 am
by aaronhall
Have you restarted apache? Have a look at the phpinfo() dump and make sure it isn't installed.
hi
Posted: Wed Apr 11, 2007 7:30 am
by sarbas
Hi,
I already did it. I already got the GD heading in phpinfo.but still got the error.
thanks
Sarbas
Posted: Wed Apr 11, 2007 7:39 am
by aaronhall
GD or GD2?
Posted: Wed Apr 11, 2007 7:48 am
by feyd
You may need to update your installation of PHP.
Posted: Wed Apr 11, 2007 8:31 am
by Maugrim_The_Reaper
You need to post a copy of the error...
Posted: Wed Apr 11, 2007 8:56 am
by onion2k
GIF support only reappeared in GD2 about two years ago. You can have a working install of GD2 and still not have gifs. If you installed PHP prior to that you'll need to upgrade it.