RE: [PHP-WIN] HOW DO I FIND GD LIB ENABLED

2003-11-11 Thread Nick Baker
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

Re: [PHP-WIN] HOW DO I FIND GD LIB ENABLED

2003-11-10 Thread Frank M. Kromann
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