I've installed the GD library for PHP on Windows. I use PHP 4.3.3 on Apche 2.0. The GD support works fine when i run ascript in Internet Explorer, but when I try to run the script in phpED it generates an error.
In phpInfo it says:
Quote: |
GD Support - enabled
GD Version - bundled (2.0.15 compatible)
FreeType Support - enabled
FreeType Linkage - with freetype
GIF Read Support - enabled
JPG Support - enabled
PNG Support - enabled
WBMP Support - enabled
XBM Support - enabled |
Seems okay to me, but correct me if I'm wrong.
The following error is generated by phpED:
Quote: |
Call to undefined function: imagecreatefromjpeg() |
Why does phpED generate this error? Do I have to enable some kind of GD support in phpED? Thanx in advance.