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.
juanc says:
We will look into that.
Hoolan says:
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!
juanc says:
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.
Hoolan says:
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!