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!

marverix
  • 131
  • 1
  • 5

1 Answers1

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() ?>
HUB
  • 6,630
  • 3
  • 23
  • 22
  • 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