[PHP-DEV] Bug in Php 4.0.4pl1 configure (does not require solid lib)

2001-03-05 Thread Denis Gasparin

Hi to all!
 I found a bug in the configure script of PHP 4.0.4pl1 in the solid 
section.
There is a test in this file for the existence of the solid files after
which there are several echo statements if there is a problem (you can
pretty much search for these in the file). On the last echo statement the
"else" clause is on the same line and is ignored. Unfortunately the else
clause contains the linker statements and is ignored.

I correct this and the compilation worked correctely!


Denis



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Bug in Php 4.0.4pl1 configure (does not require solid lib)

2001-03-05 Thread Dan Kalowsky

This has already been fixed in CVS.  I thought I placed the fix into the
4.0.4pl1 as well, but apparently I didn't :\



Denis Gasparin wrote:
 
 Hi to all!
  I found a bug in the configure script of PHP 4.0.4pl1 in the solid
 section.
 There is a test in this file for the existence of the solid files after
 which there are several echo statements if there is a problem (you can
 pretty much search for these in the file). On the last echo statement the
 "else" clause is on the same line and is ignored. Unfortunately the else
 clause contains the linker statements and is ignored.
 
 I correct this and the compilation worked correctely!

-- 
Dan Kalowsky  "Tonight I think I'll walk alone, 
Worldgate Communications   I'll find my soul as I go home."
Software Engineer - TICS Group  - Temptation

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]