ayok Posted August 2, 2007 Share Posted August 2, 2007 Hi, I've installed apache2triad somedays ago. Now I want to learn about drawing with php which needs GD library support. Before that I test the server if there is GD library installed. So I use this code: if(!function_exists("gd_info")) But the result is no GD installed. I check the phpinfo, i think there is GD installed. I check php.ini, the phrase extension:php_gd.dll, it is already uncomment. So, I don't what else I should do. Could someone tell me how to solve this problem? Thank you, ayok Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted August 2, 2007 Share Posted August 2, 2007 have a look in you php.ini file and if the gd2.dll is there in the extension list just uncomment it and restart... Quote Link to comment Share on other sites More sharing options...
ayok Posted August 2, 2007 Author Share Posted August 2, 2007 it's already uncommented Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted August 2, 2007 Share Posted August 2, 2007 oops sorry didn't read all your post!!! That'll learn me! have a look in your phpinfo - see if its there - if it is then try ceating an image - see what happens... Quote Link to comment Share on other sites More sharing options...
mrjcfreak Posted August 2, 2007 Share Posted August 2, 2007 Run phpinfo() and check that the path to php.ini is the same one as you're editing. Quote Link to comment Share on other sites More sharing options...
ayok Posted August 2, 2007 Author Share Posted August 2, 2007 Hey it works now! Thanks ayok Quote Link to comment 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.