Hello, I am new in PHP. Please help. I had php 5.2.4 in my machine, and configured php.ini (un-common php_gd2.dll, php_mysql, etc.; edit extension_dir). When I tried to run a PHP application, I got error as "Fatal error: GD library extension not loaded in object: XXX". Please help!!! sheng
Did you restart your server after the changed? And I'd suggest using XAMPP. It doesn't require configuration and has everything you need. http://www.apachefriends.org/en/xampp.html
Thank you very much NICO. Yes, I restarted my server. I used xampp and had more problem. I am guessing the problem is, the application is looking for php_gd.dll, but in the php (I installed) it has php_gd2.dll instead. do you have any suggestion?