gd2 is missing !!!

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
khalidanwar123
Forum Newbie
Posts: 8
Joined: Sun Nov 23, 2008 5:34 am

gd2 is missing !!!

Post 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 :(
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: gd2 is missing !!!

Post by John Cartwright »

Have you checked your php error log? It usually contains clues about modules not loading correctly.
khalidanwar123
Forum Newbie
Posts: 8
Joined: Sun Nov 23, 2008 5:34 am

Re: gd2 is missing !!!

Post by khalidanwar123 »

Extremely sorry to bother you guys. I was playing around with wrong ini file.
Thanks any way :|
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: gd2 is missing !!!

Post 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()
Post Reply