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!
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 .
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.
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.