Hello,
I have installed php with installer on my windows 2003 server the 4.3.9 installer.
Have added the php extension (.php) at the application extensions.
.php browse file php.exe in map c:\php\
php.ini moved to c:\windows\
Now php works very good.
Now I want to install gd library for using coppermine image gallery.
have uncommented php_gd2.dll in php.ini
downloaded php_gd2.dll and copied to c:\php\extensions
and in php.ini have extension_dir changed from .\ to
.\extensions
always get: unable to load dynamic library
also tried to change extension_dir to
c:\php\extensions\
Does anybody know what I have to do? maybe it is not possible with a installer.