php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5012 wont compile...yacc -p cfg -v -d configuration-parser.y
Submitted: 2000-06-13 22:31 UTC Modified: 2000-06-23 21:36 UTC
From: chris at okanagan dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (13/06/2000) OS: SCO Openserver 5.0.5
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: chris at okanagan dot net
New email:
PHP Version: OS:

 

 [2000-06-13 22:31 UTC] chris at okanagan dot net
exact version: php4-200006131245
compiler cc,
Development System SCO Openserver 5.0.5


The sofware compiled just fine a few days ago with an earlier CVS.

new configuration, no switches or options

./configure and then make

        yacc -p cfg -v -d configuration-parser.y -o configuration-parser.c  
Invalid escape, or illegal reserved word: pure_parser, line 420             
*** Error code 1 (bu21)                                                     

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-23 21:36 UTC] sas at cvs dot php dot net
You need to install GNU Bison and Flex to use the PHP CVS. Alternatively, you may choose to use the snapshots which contain preprocessed lex/yacc files:

http://snaps.php.net/
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 09:01:33 2024 UTC