Click to See Complete Forum and Search --> : GD lib om W2K


Anon
12-08-2001, 03:53 PM
Hi,
Can someone give a short description, on enabling the PHP_GC.DLL

PHP is running fine on the server, but when I run imagecreate(), this error shows up:
Call to undefined function: imagecreate() in <b>D:\web\it...

I have removed the ; from the line in PHP.INI!

Can someone please help me, fix this problem...

Best regards...

Torben Meyhoff
Denmark

mithril
12-09-2001, 04:00 AM
Is the extension_dir directive in php.ini pointing to the folder where all your php_*.dll files live? Something like "extension_dir = c:\php\extensions" assuming you unziped PHP into c:\php.

-geoff