How to install /configure GD library for PHP 5 on appache / windows xp ?

The default windows distribution of PHP comes with GD. So enabling the GD extension should be as simple as opening your php.ini file and uncommenting the necessary line. So this line:

Code:
;extension=php_gd2.dll
Should look like this (Remove the preceeding semi-colon):

Code:
extension=php_gd2.dll
Generally, your php.ini file will be in the folder in which you installed PHP.

Filed Under: Misk

Tags:

About the Author: me : yeay its me arun

RSSComments (1)

Leave a Reply | Trackback URL

  1. Vladimir says:

    This is not correct, since 5.25 at least. In PHP installation there is no such line in php.ini

Leave a Reply

Videos, Slideshows and Podcasts by Cincopa Wordpress Plugin