ID: 46030 Updated by: [EMAIL PROTECTED] Reported By: paulschechter at yahoo dot com -Status: Open +Status: Feedback Bug Type: GD related Operating System: Windows 2000 PHP Version: 5.2.6 -Assigned To: +Assigned To: pajoye New Comment:
The configure line is only an information. It does not say that the extension is loaded or not. Only the GD table (like the other extension) can a be a proof that GD is loaded. Please check: - the right php.ini is used (phpinfo() tells you which one you use) - the extension_dir is an absolute (c:\php5\ext for example) - you have restarted your server Previous Comments: ------------------------------------------------------------------------ [2008-09-09 17:01:17] paulschechter at yahoo dot com Description: ------------ I cannot get GD on my windows system with PHP5 to work. My phpinfo() says "--with-gd=shared" ". This is the only instance of the word 'gd' I have in the phpinfo() text (no "GD Support enabled"). This is what I've done so far: -Reinstalled PHP5.2.6 making sure to include the GD extension in the installation. -Ensured that the extension_dir path in my php.ini file was correct -uncommented extension=php_gd2.dll -ensured that php_gd2.dll is in fact, in the 'ext' directory -Installed an external version of GD (gd-2.0.33-1) I think that I have to somehow direct PHP to the external version of GD, but I do not know how to do this. Any help would be greatly appreciated. Thank you. Reproduce code: --------------- No code. Expected result: ---------------- I expect GD to work and my phpinfo() text to say that GD is actually enabled, not just shared. Actual result: -------------- GD doesn't work and phpinfo() just says GD is shared. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46030&edit=1