[PHP] PHP 4.0.6 / GD 2.0.1 compile error

2001-07-27 Thread Wandrer
On a freebsd 4.2 system, php 4.0.5 / gd 1.8x were running happily. Downloaded and compiled gd 2.0.1 no problems. Downloaded and compiled php 4.0.6 with: ./configure --with-mysql --with-apxs --with-gd=/usr/local --with-zlib-dir=/usr/local --with-jpeg-dir=/usr/local --enable-gd-imgstrttf

Re: [PHP] PHP 4.0.6 + GD 2.0.1

2001-06-24 Thread Andreas D. Landmark
At 24.06.2001 00:12, you wrote: I'm using PHP 4.0.6 with GD 1.8.4 right now, and all is well. However, when I install GD 2.0.1, PHP's make dies, saying there is something wrong with gdio.h. I've removed all GD 1.8.4 bits from my box, just in case there is a library conflict; and the

[PHP] PHP 4.0.6 + GD 2.0.1

2001-06-23 Thread Ben Gollmer
Hi all- Is anyone using PHP 4.0.6 with GD 2.0.1? (yes I like to live on the bleeding edge :-) I'm developing an application that does a lot of image operations and would like to be able to use the new ImageCopyResampled() and ImageCreateFromString() functions. I'm using PHP 4.0.6 with GD