Sara from www.msweb.nl Posted May 7, 2006 Share Posted May 7, 2006 Today I installed PHP 4.4.2 on my XP professional with IIS. I used the binary.I understand that I this version of PHP includes gd2 support automatically.However, my vBulletin control panel does not detect any gd version, and my phpinfo does not mention anything about gd / gd2I really am not sure IF I have gd2 now, and if not, how to get it.Anyone who can help? Quote Link to comment https://forums.phpfreaks.com/topic/9269-iisxp-php-442-gd2-to-be-or-not-to-be/ Share on other sites More sharing options...
Linc Posted May 9, 2006 Share Posted May 9, 2006 If it's not showing up in your php_info, then I doubt the module's installed. To install it, add the ext_gd2.dll file (the filename is something_gd2.dll, anyway) to your extensions folder. The folder is typically in your PHP folder called 'ext' or something like that. Next you need to tell php that it's there by uncommenting that file in your php.ini file (either in your php folder, or in your Windows folder).Give that a try. Quote Link to comment https://forums.phpfreaks.com/topic/9269-iisxp-php-442-gd2-to-be-or-not-to-be/#findComment-34650 Share on other sites More sharing options...
Sara from www.msweb.nl Posted May 10, 2006 Author Share Posted May 10, 2006 Thanx Linc, [img src=\"style_emoticons/[#EMO_DIR#]/smile.gif\" style=\"vertical-align:middle\" emoid=\":smile:\" border=\"0\" alt=\"smile.gif\" /] I did it! Quote Link to comment https://forums.phpfreaks.com/topic/9269-iisxp-php-442-gd2-to-be-or-not-to-be/#findComment-34856 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.