Trying to get php_gd.dll to work on my PWS setup under win98. I've read and followed all the relevant threads here on the boards, but with no success as of yet. I have:
any help would be appreciated!
Does PHP detect the php_gd.dll when you execute phpinfo()?
phpinfo() will output the list of dll's that PHP detects.
PS: are you using PHP4 and a version of php_gd.dll for PHP4 for windows? php_gd.dll for PHP3 and PHP4 is different.
PHP does not detect the dll.
The GD I'm using was said to work w/ PHP4 at the site I DL'd it from, but I obviously have no way of knowing for sure or not! 🙂
Copy the php_gd.dll into the windows\system directory, uncomment the line in the php.ini file for the dll and reboot. This has worked for me.