Re: [PHP-DEV] Forked ext/gd by default

2002-10-21 Thread Sander Steffann
Hi, > I think we should use forked version of gd library by default for 4.3.0. > From what I hear it is already the best version of any of them out there > and if it saves us any more grief, all the better. Objections? Sounds wonderful! +1 from me. Sander. -- PHP Development Mailing List

Re: [PHP-DEV] Forked ext/gd by default

2002-10-21 Thread Sebastian Bergmann
Andrei Zmievski wrote: > I think we should use forked version of gd library by default for > 4.3.0. +1 -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Developme

Re: [PHP-DEV] Forked ext/gd by default

2002-10-21 Thread Sander Roobol
On Mon, Oct 21, 2002 at 08:45:19PM +0200, Pierre-Alain Joye wrote: > On Mon, 21 Oct 2002 14:41:02 -0400 Andrei Zmievski wrote: > > I think we should use forked version of gd library by default for > > 4.3.0. From what I hear it is already the best version of any of them > > out there and if it save

Re: [PHP-DEV] Forked ext/gd by default

2002-10-21 Thread Pierre-Alain Joye
On Mon, 21 Oct 2002 14:41:02 -0400 Andrei Zmievski <[EMAIL PROTECTED]> wrote: > I think we should use forked version of gd library by default for > 4.3.0. From what I hear it is already the best version of any of them > out there and if it saves us any more grief, all the better. > Objections? w0

Re: [PHP-DEV] Forked ext/gd by default

2002-10-21 Thread Derick Rethans
On Mon, 21 Oct 2002, Sander Roobol wrote: > On Mon, Oct 21, 2002 at 08:45:19PM +0200, Pierre-Alain Joye wrote: > > On Mon, 21 Oct 2002 14:41:02 -0400 Andrei Zmievski wrote: > > > I think we should use forked version of gd library by default for > > > 4.3.0. From what I hear it is already the best

Re: [PHP-DEV] Forked ext/gd by default

2002-10-21 Thread Pierre-Alain Joye
On Mon, 21 Oct 2002 21:05:52 +0200 (CEST) Derick Rethans <[EMAIL PROTECTED]> wrote: er image* functions. > > gdImageRotate would be the _internal_ name of the C function our > bundled GD :) exactly :) imagerotate from the script. pa -- PHP Development Mailing List To unsu

Re: [PHP-DEV] Forked ext/gd by default

2002-10-21 Thread Derick Rethans
On Mon, 21 Oct 2002, Rasmus Lerdorf wrote: > Yes, I think we can do that. --with-gd without any path should bring in > the bundled version. That's also consistent with how we handle the other > bundled libs. yeah, sounds like a good idea. Derick -- ---