[PHP] Subject: [PHP] imagecreate with Windows .exe installer

2002-02-23 Thread Mike Brackenridge



The php_gd.dll is in the extension folder, the error does not show in
Apache, it opens with php 4.1.1 running. The error shows on the page in
the browser when the page is loaded? I restarted Apache after altering the
.ini file?

Mike

 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




[PHP] imagecreate with Windows .exe installer

2002-02-22 Thread Mike Brackenridge

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