RE: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing

2001-05-19 Thread Mike Robinson
Well, this looks like my problem, not php's. Unbeknownst to me redhat-7.1 has switched to freetype2. For some strange reason, they left a copy of freetype.h in /usr/include/freetype and when I compiled gd-1.8.3gif from source, I pointed it to that older header file. PHP comes along and looks for f

RE: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing

2001-05-17 Thread Mike Robinson
I reverted the changes in that file, removed config.cache, made clean, make make install, and it stilll messed up. It seems to compile and install fine, then apache fails to load php, something about an undefined reference to TT_FACE..., so it seems to be messing up on the ttf stuff. I'll have a

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing

2001-05-16 Thread Petr Cech
On Wed, May 16, 2001 at 09:06:48PM -0400 , Mike Robinson wrote: > > > > -Original Message- > > From: Zak Greant [mailto:[EMAIL PROTECTED]] > > Sent: May 15, 2001 3:27 PM > > To: [EMAIL PROTECTED]; Andi Gutmans; [EMAIL PROTECTED] > > Subject: [PHP-DEV]

RE: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing

2001-05-16 Thread Andi Gutmans
Can you try and revert those changes and see if it helps? Maybe you can find the cause of the problem? Andi At 10:11 PM 5/16/2001 -0400, Mike Robinson wrote: > > Andi wrote: > > > I rolled 4.0.6RC1. It is ready for testing. > > > http://www.php.net/~andi/php-4.0.6RC1.tar.gz > > > > > > Please

RE: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing

2001-05-16 Thread Mike Robinson
> Andi wrote: > > I rolled 4.0.6RC1. It is ready for testing. > > http://www.php.net/~andi/php-4.0.6RC1.tar.gz > > > > Please everyone take sometime to make sure this is release worthy :) Hmm. I can't get freetype2 support hooked up. It worked fine in a snapshot from about a week ago. (php4-200

RE: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing

2001-05-16 Thread Mike Robinson
> -Original Message- > From: Zak Greant [mailto:[EMAIL PROTECTED]] > Sent: May 15, 2001 3:27 PM > To: [EMAIL PROTECTED]; Andi Gutmans; [EMAIL PROTECTED] > Subject: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing > > > Andi wrote: > > I rolled 4.0

[PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing

2001-05-15 Thread Andi Gutmans
At 01:26 PM 5/15/2001 -0600, Zak Greant wrote: >Andi wrote: > > I rolled 4.0.6RC1. It is ready for testing. > > http://www.php.net/~andi/php-4.0.6RC1.tar.gz > > > > Please everyone take sometime to make sure this is release worthy :) > >Hurray! :) > >Successful build on Mandrake 7.1 >Basic scripts

[PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing

2001-05-15 Thread Zak Greant
Andi wrote: > I rolled 4.0.6RC1. It is ready for testing. > http://www.php.net/~andi/php-4.0.6RC1.tar.gz > > Please everyone take sometime to make sure this is release worthy :) Hurray! :) Successful build on Mandrake 7.1 Basic scripts run w/o issues Building with Velocis support enabled fails