Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Branching 4.0.6...

2001-05-06 Thread Sascha Schumann
On Sun, 6 May 2001, Rasmus Lerdorf wrote: > On Sun, 6 May 2001, Sascha Schumann wrote: > > > > That's because the GD-1.8.3 lib on www.php.net does have GIF support. Well, actually it does not have GIF support. $ nm /home/rasmus/gd-1.8.3/libgd.a|grep -i gif|wc -l 0 However

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Branching 4.0.6...

2001-05-06 Thread Rasmus Lerdorf
On Sun, 6 May 2001, Sascha Schumann wrote: > > That's because the GD-1.8.3 lib on www.php.net does have GIF support. > > Well, then the mistake is in some other part, because it > complained about gdImageCreateFromGifCtx not being defined in > some #ifdef HAVE_GD_GIF .. #endif area.

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Branching 4.0.6...

2001-05-06 Thread Sascha Schumann
> That's because the GD-1.8.3 lib on www.php.net does have GIF support. Well, then the mistake is in some other part, because it complained about gdImageCreateFromGifCtx not being defined in some #ifdef HAVE_GD_GIF .. #endif area. - Sascha Expe

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Branching 4.0.6...

2001-05-06 Thread Rasmus Lerdorf
> > On 2001-05-05 19:02:29, "Andi Gutmans" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > Now that the pressing problems have been fixed in the CVS I'd like to > > > branch 4.0.6 and release an RC1. > > > Any objections? > > > > No, but you may want to check that my commit for fsock/network rela