My bad, Daniel, you are right, I misudnertood what that dll is for. But she does need
to make sure she has the gd uncommented in the php.ini file and that she is using
imagecreatetruecolor, not imagecreate.
Angie Tollerson
Alliance Technologies
Web Programmer
(515)245-7628
[EMAIL PROTECTED]
>>> Daniel Beulshausen <[EMAIL PROTECTED]> 08/24/01 11:51AM >>>
At 11:29 24.08.2001 -0500, Angie Tollerson wrote:
>Celine,
>You need to do two things:
>first, make sure you have the dll "gds32.dll" from the dll folder copied
>into the same folder your php.exe is sitting. Next, don't use the
uh? gds32.dll is need for the interbase extension but not for the gd :)
>imagecreate() function, use imagecreatetruecolor() function since the beta
>of this gd 32 seems to have a bug in it.
>Angie
check if the extension is loaded:
print extension_loaded("gd") ? "gd is loaded" : "gd isn't loaded";
if the extension isn't loaded verify that your php.ini get's read (copy it
to %WINDIR%), and set the proper extension path.
daniel
> >>> "Celine Rimeur" <[EMAIL PROTECTED]> 08/24/01 11:23AM >>>
>Hi all,
>
>I just installed PHP on IIS and there are some functions I can't use like
>imagecreate whereas I have the php_gd.dll.
>
>Do you have any suggestions to resolve the problem?
>
>Thanks
>
>Celine
>
>
>
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
/*--
daniel beulshausen - [EMAIL PROTECTED]
using php on windows? http://www.php4win.de
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]