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
khalidanwar123
Forum Newbie
Posts: 8 Joined: Sun Nov 23, 2008 5:34 am
Post
by khalidanwar123 » Sat Aug 01, 2009 4:45 pm
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
John Cartwright
Site Admin
Posts: 11470 Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:
Post
by John Cartwright » Sat Aug 01, 2009 6:29 pm
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
Post
by khalidanwar123 » Sun Aug 02, 2009 5:42 am
Extremely sorry to bother you guys. I was playing around with wrong ini file.
Thanks any way
John Cartwright
Site Admin
Posts: 11470 Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:
Post
by John Cartwright » Mon Aug 03, 2009 12:14 pm
This happen quite frequently actually. It is always a good thing to check which php.ini was loaded by checking your phpinfo()