Search code examples
phpgdwindows-server

How do I install GD on my windows server version of PHP


I am running Windows Server 2003 and need to install a version of GD.

Can anyone point out some instructions or advice?


Solution

  • Check php_gd2.dll is in your extension directory and uncomment ;extension=php_gd2.dll of your php.ini.