Enabling GD in PHP
We are running:windows 2003 server
Apache2 ver 2.0.48
PHP 4.3.4
This is the steps I have taken:
We have had apache and php working correctly for about 2 months now. However we now need gd2 enabled for a new feature. So I opened the php.ini and found "extension=php_gd2.dll" I took off the ; then make the extension include C:/php/extensions/
I then tried to startup apache and it hangs, and then closes.
So I went to some forums and saw that I need to move dlls to the system32 folder. So a copied all the dlls to the system32 folder then tried it again, this didnt work either. So I change the include to be the path to system32 and fire up apache one more time. This also doesnt work.
Is there a step that I am missing? We are running hte non installer version of php. Just like I have been told I needed by SM. Any help would be great.
Pat