Click to See Complete Forum and Search --> : GD not working


Anon
05-04-2001, 10:12 AM
hi,

i have installed php4 on windows. i had copied the php_gd.dll file into the windows and the system folders, but whenever i try any image scripts i get undefined function errors. i have also uncommented the inlude line in php.ini file

steve

klyan
05-04-2001, 01:34 PM
Which web server ? APache

place all the dlls in the cgi-bin of the apache where u have put the php.exe file


that worked for me. i had the same problem.


thus bundle all the files in the cgi-bin directory of APache

maybe files is not located by the PHP runtime environment

thanks