I'm trying to do some image work. I have enabled the graphics extension and
the extension path in php.ini, as well as copying the dll to C:\PHP...just
for good measure.
php.ini:
extension_dir =C:\PHP\ext
extension=php_g d2.dll
but...when I try to use ImageCreateFrom Jpeg in a script I get the following
error:
Fatal error: Call to undefined function imagecreatefrom jpeg() in
C:\Inetpub\wwwr oot\PHP\thumbna il\thumbnail.ph p on line 47
Any ideas where I should look in order to correct this?
TIA,
Larry Woods
the extension path in php.ini, as well as copying the dll to C:\PHP...just
for good measure.
php.ini:
extension_dir =C:\PHP\ext
extension=php_g d2.dll
but...when I try to use ImageCreateFrom Jpeg in a script I get the following
error:
Fatal error: Call to undefined function imagecreatefrom jpeg() in
C:\Inetpub\wwwr oot\PHP\thumbna il\thumbnail.ph p on line 47
Any ideas where I should look in order to correct this?
TIA,
Larry Woods
Comment