[PHP-DEV] Bug #1637: Configure warning with bison 1.25.90 From: wizard <email protected>
Date: 06/30/99

From: wizard <email protected>
Operating system: Linux 2.2.10
PHP version: 3.0.11
PHP Bug Type: Compile Warning
Bug description: Configure warning with bison 1.25.90

PHP3's configure script gives a warning about integer comparison when faced with a bison that has a patch level after the version number.

With bison 1.25.90 (which, for the record, is not < 1.25)

 ./configure: test: 25.90: integer expression expected

test -lt doesn't like decimals.

--
Lucas Thompson
wizard <email protected>

-- PHP Development Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>