Is there anything special I have to do to enable GD when using PHP 4.3.2?
I'm getting an error of:
Fatal error: Call to undefined function: imagecreatefromjpeg() in /home/sites/site37/web/photos/functions.php on line 594
When I use the imagecreatefromjpeg() function. Is it not usable with gd? Should I be using imagecreatefromgd()?
not sure about this, but did you install PHP from source with --with-gd specified?
if not, was PHP installed with an RPM? if so, try uninstalling, then reinstalling it.
Kae
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php