Posted by kevin.baert on 01/23/06 10:52
Hi
I'm using PHP 4.3.1 on IIS6 and I'm trying to get GD2 to work ...
I've modified PHP.ini (extension_dir= c:\php\extension + removed the ;)
but the only result is that php refuses to work after that.
I've tried extension_dir = "c:\php\extension" / extension_dir =
'c:\php\extension' / extension_dir = c:\php\extension / extension_dir =
../ extension_dir = "./" / extension_dir = './' and I've even tried
copying the dll to c:\windows\system and c:\windows\system32 but none
of them work ...
Is there anyone who can shed some light on this isue?
cheers!
[Back to original message]
|