Jump to content

Problem With GD Library


Recommended Posts

Hello

I'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.

Thanks

Michael
Link to comment
https://forums.phpfreaks.com/topic/33205-problem-with-gd-library/
Share on other sites

  • 2 weeks later...
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]
  • 3 weeks later...
HI there I also the same problem


But 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.


Regards
Sushant
Hello sushant_d84 and welocome to phpfreaks.com

Please 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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.