Connecting Tech Pros Worldwide Forums | Help | Site Map

[PHP 5]- Win32 Fatal error on call to gd_info()

universalbitmapper
Guest
 
Posts: n/a
#1: Mar 8 '06
Hi,

I try using the gd library in a PHP 5 Apache 2 server. (actually it's a
bundle called Wamp5).

I've edited php.in, uncommenting:

extension=php_gd2.dll

And copied all the .dll under c:\windows\system32\

Restarted the server twice.

Now I get a fatal error when trying:

print_r(gd_info());

And worse, no gd appear in phpinfo().
I already had trouble with the .dll when trying MySQL5, but I fixed it.

Where did I go wrong?




* * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * **
* ** * ** * ** * *
Why am I soft in the middle now, when the rest of my life is so hard?
* * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * **
* ** * ** * ** * *


Closed Thread