Page 1 of 1

gd2 is missing !!!

Posted: Sat Aug 01, 2009 4:45 pm
by khalidanwar123
i have installed PHP Version 5.2.5 in xp. My gd2 library is not shown in the phpinfo().
i have uncomment it in the ini as well and the dll is in the ext folder.
What could be the reason of it? any suggestion?

also, get_loaded_extensions();

shows only :

[0] => bcmath
[1] => calendar
[2] => com_dotnet
[3] => ctype
[4] => session
[5] => filter
[6] => ftp
[7] => hash
[8] => iconv
[9] => json
[10] => odbc
[11] => pcre
[12] => Reflection
[13] => date
[14] => libxml
[15] => standard
[16] => tokenizer
[17] => zlib
[18] => SimpleXML
[19] => dom
[20] => SPL
[21] => wddx
[22] => xml
[23] => xmlreader
[24] => xmlwriter
[25] => apache2handler
[26] => mysql


Thanks :(

Re: gd2 is missing !!!

Posted: Sat Aug 01, 2009 6:29 pm
by John Cartwright
Have you checked your php error log? It usually contains clues about modules not loading correctly.

Re: gd2 is missing !!!

Posted: Sun Aug 02, 2009 5:42 am
by khalidanwar123
Extremely sorry to bother you guys. I was playing around with wrong ini file.
Thanks any way :|

Re: gd2 is missing !!!

Posted: Mon Aug 03, 2009 12:14 pm
by John Cartwright
This happen quite frequently actually. It is always a good thing to check which php.ini was loaded by checking your phpinfo()