Bruno Santos wrote:

Hello all.

Im developing a page, and need to create a thumb of some images.

i've compiled PHP 4.3.5 with the built-in support of GD, even having installed the GD library.

the problem is that i call the imagecreatefromjpeg function, and PHP returns a fatal error
when in run time....


i've even call the phpinfo function to see the php variables, and there shows that the support of GD is avaiable

can someone tell me why this is hapening ?

Hmmm, do you have the extension uncommented in your php.ini?



here's the error --------------------------------------------------------------------


*Fatal error*: Call to undefined function: imagecreatefromjpeg() in */usr/local/apache2/htdocs/projecto/examples/uploadimg.php


regards *


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to