To expand the explanation: About halfway down in the php.ini file, there's a Dynamic Extensions section. Find extension=php_gd2.dll in the list of Windows Extensions and delete the semi-colon in front of the line.
The file is located in the "\2.3\php 4" folder and the "\2.3\php 5" folder, probably want to do both.
We will look into that.
We will look into that.
Still no GD?
I just installed 2.3.2.3717 and I still don't see the GD module. Am I missing something? I swear it was there in 2.1.3!
Check the latest 2.3 builds.
Check the latest 2.3 builds.
There is php_gd2.dll for both php4 and php5. You have to enable it in the php.ini file.
Excellent! GD now works.
Thanks, that did it!
To expand the explanation: About halfway down in the php.ini file, there's a Dynamic Extensions section. Find extension=php_gd2.dll in the list of Windows Extensions and delete the semi-colon in front of the line.
The file is located in the "\2.3\php 4" folder and the "\2.3\php 5" folder, probably want to do both.
Thanks, JCX, best $100 I ever spent!