php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7920 Problem with zend_ini_parser.y
Submitted: 2000-11-22 06:06 UTC Modified: 2004-08-03 17:02 UTC
From: steinm@php.net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (22/11/2000) OS: Linux 2.2.14
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: steinm@php.net
New email:
PHP Version: OS:

 

 [2000-11-22 06:06 UTC] steinm@php.net
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@gehtnix [/src/php/php4] >>bison --version
GNU Bison version 1.25
steinm@gehtnix [/src/php/php4] >>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-23 05:37 UTC] steinm@php.net
Seems to be a too old version of bison.
On a system with bison 1.2.8 it works.
Even a slighly newer verson of 1.2.5 works.
 [2000-11-23 08:03 UTC] hholzgra@php.net
the new Zend ini parser definetly needs GNU bison 1.28
or at least the bison.simple file from that version

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 11 16:01:28 2024 UTC