Re: [PHP] GD installation - Simple Question

2002-12-12 Thread Philip Olson
No, GD is only bundled as of PHP 4.3.0. Regards, Philip On Thu, 12 Dec 2002 [EMAIL PROTECTED] wrote: > Hello Phillip, hello Sean, > > thank you very much, for answering the question of --with-gd - compiling. > > I am not using 4.3 . I did it with php-4.2.3 > > Did I got it right - to use

Re: [PHP] GD installation - Simple Question

2002-12-12 Thread info
Hello Phillip, hello Sean, thank you very much, for answering the question of --with-gd - compiling. I am not using 4.3 . I did it with php-4.2.3 Did I got it right - to use the bundled-gd I have to use the compiling-flag: --enable-gd ?? But when I run ./configure --help there isn´t s

Re: [PHP] GD installation - Simple Question

2002-12-11 Thread Philip Olson
To use the bundled gd just do: --enable-gd Note that 4.3.0 is the first distro that includes a bundled GD. Also note that as of 4.3.0 just doing --with-gd will also use the bundled GD. Before this, --with-gd (no directory specified) would look for a local copy. That seems odd yes but theor

Re: [PHP] GD installation - Simple Question

2002-12-11 Thread Sean Burlington
[EMAIL PROTECTED] wrote: Hello list, simple question: I´ve heard that it is possible to compile php with dg-support on two ways 1) first way: Distribution dependant with the gd-files and libraries, eg. gd.c, gd.lo, gd.o coming with the distribution of the compiled php-4.x-tarball compiled the f

[PHP] GD installation - Simple Question

2002-12-11 Thread info
Hello list, simple question: I´ve heard that it is possible to compile php with dg-support on two ways 1) first way: Distribution dependant with the gd-files and libraries, eg. gd.c, gd.lo, gd.o coming with the distribution of the compiled php-4.x-tarball compiled the follwing way: ./configure