0

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!

1
  • you did restart the apache server right? Commented Jun 13, 2011 at 9:11

1 Answer 1

0

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() ?> 
3
  • Oops!.. Windows(R)... Not so shure with my answer. Commented Apr 19, 2011 at 15:23
  • dosen't work... Commented Apr 19, 2011 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. Commented Apr 19, 2011 at 15:46

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.