i have installed Apache/2.2.17 (Win64) PHP/5.2.8-x64 . i need GD2 lib... so i went to php.ini, uncomment php_gd2.dll and restarded server. nothing! gd lib doesn't work! help!

link|improve this question
you did restart the apache server right? – Mike Jun 13 '11 at 9:11
feedback

1 Answer

Check if your PHP is built with GD support. Create a standard phpinfo() file and see if libgd if figuring there. If not, you probably will have to rebuild your PHP.

<?php phpinfo() ?>
link|improve this answer
Oops!.. Windows(R)... Not so shure with my answer. – HUB Apr 19 '11 at 15:23
dosen't work... – marverix Apr 19 '11 at 15:30
But libGD is present in this sample page ouput, right? The code, I posted in the answer is the code for a test php.page Create the page, point your browser to it and find "libgd" on the resulting page. Or I misunderstood your comment. – HUB Apr 19 '11 at 15:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.