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
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]
Link to comment
Share on other sites

  • 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
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.