Hello Curt,

There is no such extension...there is however:
;extension=php_gds32.dll

This is strange...I uncommented this extension
and verified that I had the correct ext_dir:
extension_dir = "./php/dlls/"
[did not work.]

then out of curiosity:
extension_dir = ".\php\dlls\"

[Still does nothing...]

hmmmm

Thanks

----- Original Message ----- 
From: "Curt Zirzow" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 19, 2003 1:11 AM
Subject: Re: [PHP] PHP, GD & Win


> * Thus wrote Euman ([EMAIL PROTECTED]):
> > Hello all,
> > 
> > Im new to PHP but from what Ive read, PHP 4.3.3 has
> > GD capability built-in, but, when I run a simple test like:
> > 
> > 
> > I get this:
> > Fatal error: Call to undefined function: imagecreate() 
> 
> In your php.ini there is a line commented out
> ;extension=php_gd.dll
> 
> Make it so it says:
> extension=php_gd.dll
> 
> Then restart your webserver.
> 
> Curt
> -- 
> "I used to think I was indecisive, but now I'm not so sure."
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to