Hi,
I suspect you need to check one more configuration parameter in your PHP.ini - the
'extension_dir' parameter needs to point to the directory where the extension dll is
located.
I hope this helps.
Nick
-Original Message-
From: S F Alim [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 12
Hi,
The GD librarry is included in a DLL on Win32. You need to load the
library from php.ini with extension=php_gd2.dll or from the script with
dl("php_gd2.dll");
You can check the output from phpinfo(); to see if the GD has been
loaded.
- Frank
> Hi,
>
> Can I find that my php version suppor