[PHP-DEV] PHP 4.0 Bug #7920: Problem with zend_ini_parser.y From: steinm <email protected>
Date: 11/22/00

From: steinm <email protected>
Operating system: Linux 2.2.14
PHP version: 4.0 Latest CVS (22/11/2000)
PHP Bug Type: Compile Failure
Bug description: Problem with zend_ini_parser.y

Making all in Zend
make[1]: Entering directory `/src/php/php4/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXML_BYTE_ORDER=12 -g -O2 -c zend_ini_parser.c
/usr/share/bison.simple:157: conflicting types for `ini_parse'
./zend_ini_parser.y:51: previous declaration of `ini_parse'
/usr/share/bison.simple: In function `ini_parse':
/usr/share/bison.simple:219: number of arguments doesn't match prototype
/usr/share/bison.simple:157: prototype declaration
make[1]: *** [zend_ini_parser.lo] Error 1
make[1]: Leaving directory `/src/php/php4/Zend'
make: *** [all-recursive] Error 1
steinm <email protected> [/src/php/php4] >>bison --version
GNU Bison version 1.25
steinm <email protected> [/src/php/php4] >>

-- 
Edit Bug report at: http://bugs.php.net/?id=7920&edit=1

-- 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>