Tag Archives: php installation

Enable PHP GD2 library in Windows

Need PHP GD2 library enabled in Windows?
Follow the steps:

Open the php.ini file (usually found in the PHP installation directory), search for ;extension=php_gd2.dll and uncomment it (remove the “;”). Don’t close the php.ini file yet.
Search for the directive “extension_dir”. Your extensions directory is usually /ext so if it says “./” then you need to add ext/ [...]