Miichael Posted January 7, 2007 Share Posted January 7, 2007 HelloI've installed WAMP on two computers. On uses Win 2k and the other Win XP.On the WIN 2k machine the GD library works fine. On the XP machine there is no sign of the capability. I have checked the ini file on both machines and they are identical and the php_gd2 dll exists in the same directory (c:\wamp\php\ext) on both machines.I can find no special reference to XP installation.If any one has an idea about this I would appreciate it.ThanksMichael Quote Link to comment Share on other sites More sharing options...
bibby Posted January 21, 2007 Share Posted January 21, 2007 phpinfo() should make some mention of GD.To evaluate farther, try testing functions[code]function test($fxn){ if (function_exists($fxn)) echo "Yep. I have $fxn <br />\n"; else echo "No sir-ee Bob, no $fxn for you <br />\n";}test('imagecreate');test('imagecreatefromgif');test('imagepng');// test ect..[/code] Quote Link to comment Share on other sites More sharing options...
sushant_d84 Posted February 5, 2007 Share Posted February 5, 2007 HI there I also the same problemBut My problem is superior to ......ur one's.Because some of the functions are running there...But only gd_info is not working+++++++++++++++++++++++++++++++++Also very gr8 problem is........ Call to undefined functon mysql_connect even though thre are all files exist.RegardsSushant Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted February 7, 2007 Share Posted February 7, 2007 Hello sushant_d84 and welocome to phpfreaks.comPlease do not use txt speak within post. Post full words.Now to sort out this error:Call to undefined functon mysql_connect even though thre are all files exist.Please read [url=http://www.phpfreaks.com/forums/index.php/topic,95378.0.html]this[/url] thread. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.