For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > January 2008 > Re: [PHP-DB] GD function library problems









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DB] GD function library problems
Chris

2008-01-24, 7:06 pm


> Further investigation suggests this is a not uncommon problem and may be due
> to there being two versions of the GD library - a 'bundled' one and an
> external one.


This is mentioned on the website, http://php.net/gd :

Note: Since PHP 4.3 there is a bundled version of the GD lib. This
bundled version has some additional features like alpha blending, and
should be used in preference to the external library since its codebase
is better maintained and more stable.

So you shouldn't really need to do anything anymore for GD stuff to
work, it's part of php (unless the person compiling php explicitly
doesn't include it).

--
Postgresql & php tutorials
http://www.designmagick.com/
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com