Re: [PHP] imagecreate with Windows .exe installer

2002-02-22 Thread Andrey Hristov

Did you restarted the Apache service?

Regards,
Andrey Hristov

- Original Message - 
From: "Mike Brackenridge" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 22, 2002 7:00 PM
Subject: [PHP] imagecreate with Windows .exe installer


> php4 installed with Apache on Windows ME, using as localhost.
> 
> I am trying to use imagecreate with a version of php4 that was installed
> with the binary .exe installer, php seems to be installed OK.
> 
> I have changed the .ini file line:
> 
> ;extension=php_gd.dll
> 
> To
> 
> extension=php_gd.dll
> 
> But I get an error of:
> 
> Fatal error: call to undefined function: imagecreate() in c:directory
> 
> Has anyone any idea what the problem is here?
> 
> Thanks
> Mike 
> 


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




RE: [PHP] imagecreate with Windows .exe installer

2002-02-22 Thread Hunter, Ray

You need to have that dll installed on your system.  You need to download
php-version.zip file that contains all of the dlls in it to run with.

Ray Hunter
Firmware Engineer

ENTERASYS NETWORKS


-Original Message-
From: Mike Brackenridge [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 22, 2002 10:01 AM
To: [EMAIL PROTECTED]
Subject: [PHP] imagecreate with Windows .exe installer


php4 installed with Apache on Windows ME, using as localhost.

I am trying to use imagecreate with a version of php4 that was installed
with the binary .exe installer, php seems to be installed OK.

I have changed the .ini file line:

;extension=php_gd.dll

To

extension=php_gd.dll

But I get an error of:

Fatal error: call to undefined function: imagecreate() in c:directory

Has anyone any idea what the problem is here?

Thanks
Mike