Hi!
On Mon, 1 Sep 2003, Merlin wrote:
> I have included a imagecreatefromgif() into my code which runns pretty
> fine on my testsystem 4.3.3
>
> Now I uploaded it to the live system where an older version is running
> and is build with GD2.0.1. This is causing an error. Is this function
> not i
* Thus wrote Merlin ([EMAIL PROTECTED]):
> Hi there,
Hello merlin.
>
> I have included a imagecreatefromgif() into my code which runns pretty
> fine on my testsystem 4.3.3
>
> Now I uploaded it to the live system where an older version is running
> and is build with GD2.0.1. This is causing an
Depends on whether you have GD without GIF enabled already built into your
PHP already. Check with phpinfo(). If you don't you have build a shared
gd extension against a version of GD that has GD support and add that
dynamically without recompiling PHP. If you do have GD in there already
you ha
This is the way under windows. Hmm, possibly you want GD extension but GIF format was
excluded from the supported in the past but
you can apply a crack over the GD and then recompile. For *nix : Get the sources,
compile GD as a module and edit php.ini so PHP
(possibly libphp4.so) will load the e
the 'gif' format is owned and controled by compuserve, it is a copyrighted
format, it is not an open format. This is why your finding no 'gif' support
in php. old old versions of gd do have 'gif' support built-in (this was
before all the lawsuits) I would not recommend this older version of gd,
-
5 matches
Mail list logo