msohlberg Posted October 14, 2006 Share Posted October 14, 2006 I am using PHP 4.4.3 and GD Library. I did the install and changed the extension information per the GD Library website. When I test to see if GD Library is installed, I get the following Message:PHP Warning: Unknown(): (null): Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=1 PHP compiled with module API=20020429, debug=0, thread-safety=1 These options need to match in Unknown on line 0 Does anyone know how I can fix this problem? Quote Link to comment https://forums.phpfreaks.com/topic/23935-installing-gd-library-with-php-in-windows/ Share on other sites More sharing options...
ahmed17 Posted October 14, 2006 Share Posted October 14, 2006 use WampServer its good to mange all libary and support all libary[url=http://ovh.dl.sourceforge.net/sourceforge/wampserver/wamp5_1.6.5.exe]http://ovh.dl.sourceforge.net/sourceforge/wampserver/wamp5_1.6.5.exe[/url] Quote Link to comment https://forums.phpfreaks.com/topic/23935-installing-gd-library-with-php-in-windows/#findComment-108789 Share on other sites More sharing options...
wildteen88 Posted October 14, 2006 Share Posted October 14, 2006 Looks like you are using an older/newer version of the gd extension for PHP4. Download PHP4.4.x zipped binaries and extract the contents of the zip to where you have PHP installed, making sure it overwrites all files in the process (it'll promt you).GD comes with PHP. All you need to do is enable the php_gd2.dll extension in the php.ini by removing the ; (semi-colon) in front of extension=php_gd2.dll or extension=php_gd.dllAlso installing WAMP Server is the worst thing you can do! Quote Link to comment https://forums.phpfreaks.com/topic/23935-installing-gd-library-with-php-in-windows/#findComment-108819 Share on other sites More sharing options...
msohlberg Posted October 14, 2006 Author Share Posted October 14, 2006 EXCELLENT advice Wilteen88! It works perfectly now!Thanks for the super fast response.M Quote Link to comment https://forums.phpfreaks.com/topic/23935-installing-gd-library-with-php-in-windows/#findComment-108827 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.