Hi Everyone,
I am building a script for a client and my imagecreatefromjpeg() is throwing a fatal exception, and dying. It seems as my server with CentOS 4, PHP 4.3.9 doesn't have >= GD-1.8 support or better. I did a phpinfo() and I can not find any reference to GD..............Any help on this would be well appricated
On Tue, 2005-06-21 at 19:55 -0400, Jon McCauley wrote:
Hi Everyone,
I am building a script for a client and my imagecreatefromjpeg() is throwing a fatal exception, and dying. It seems as my server with CentOS 4, PHP 4.3.9 doesn't have >= GD-1.8 support or better. I did a phpinfo() and I can not find any reference to GD..............Any help on this would be well appricated
Install the php-gd package.
Ignacio Vazquez-Abrams wrote:
On Tue, 2005-06-21 at 19:55 -0400, Jon McCauley wrote:
Hi Everyone,
I am building a script for a client and my imagecreatefromjpeg() is throwing a fatal exception, and dying. It seems as my server with CentOS 4, PHP 4.3.9 doesn't have >= GD-1.8 support or better. I did a phpinfo() and I can not find any reference to GD..............Any help on this would be well appricated
Install the php-gd package.
much appricated ;)
Best Regards, Jon McCauley