hey,
im running php 5, however when i run certain functions like:
ImageCreateFromJpeg()
or
ImageCreateTrueColor()
i get error displaying:
Call to undefined function ImageCreateFromJpeg() ...etc
i looked in my php/etc folder and i do see the php_gd2.dll
and it does appear to be running when i check my phpinfo()-
saying:
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared";
can someone tell me why i get these errors? or tell me if my GD is installed properly?
thanks
im running php 5, however when i run certain functions like:
ImageCreateFromJpeg()
or
ImageCreateTrueColor()
i get error displaying:
Call to undefined function ImageCreateFromJpeg() ...etc
i looked in my php/etc folder and i do see the php_gd2.dll
and it does appear to be running when i check my phpinfo()-
saying:
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared";
can someone tell me why i get these errors? or tell me if my GD is installed properly?
thanks