Posted by Steve on 01/23/06 11:27
On Mon, 23 Jan 2006 00:52:11 -0800, kevin.baert wrote:
> 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!
Do your changes show up in the output from phpinfo(); ??
[Back to original message]
|