Re: [PHP-WIN] Problem with php_gd.dll

2001-08-24 Thread Daniel Beulshausen
At 11:53 24.08.2001 -0500, Angie Tollerson wrote: >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. only 4.0.6's gd was broken :( try

Re: [PHP-WIN] Problem with php_gd.dll

2001-08-24 Thread Angie Tollerson
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] >

Re: [PHP-WIN] Problem with php_gd.dll

2001-08-24 Thread Daniel Beulshausen
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 g

Re: [PHP-WIN] Problem with php_gd.dll

2001-08-24 Thread Angie Tollerson
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 imagecreate() function, use imagecreatetruecolor() function since the beta of this gd 32 seems to have a bug in it. Angie