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 Link to comment https://forums.phpfreaks.com/topic/63008-gd-is-not-installed/ 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... Link to comment https://forums.phpfreaks.com/topic/63008-gd-is-not-installed/#findComment-313804 Share on other sites More sharing options...
ayok Posted August 2, 2007 Author Share Posted August 2, 2007 it's already uncommented Link to comment https://forums.phpfreaks.com/topic/63008-gd-is-not-installed/#findComment-313823 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... Link to comment https://forums.phpfreaks.com/topic/63008-gd-is-not-installed/#findComment-313828 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. Link to comment https://forums.phpfreaks.com/topic/63008-gd-is-not-installed/#findComment-313839 Share on other sites More sharing options...
ayok Posted August 2, 2007 Author Share Posted August 2, 2007 Hey it works now! Thanks ayok Link to comment https://forums.phpfreaks.com/topic/63008-gd-is-not-installed/#findComment-313883 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.