php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2020 Yacc failed to compile parsedate.y
Submitted: 1999-08-10 07:10 UTC Modified: 1999-08-14 12:39 UTC
From: fabrice at ixo dot fr Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Beta 2 OS: Solaris 2.6 sparc
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: fabrice at ixo dot fr
New email:
PHP Version: OS:

 

 [1999-08-10 07:10 UTC] fabrice at ixo dot fr
While trying to compile php4-b2 under solaris 2.6 sparc,
(latest sun workshop with cc 5.0), yacc failed to compile
ext/standard/parsedate.y telling that on line 152 there is
an illegal escape or that keyword expect is reserved.

This yacc is :
#type yacc
yacc is /usr/ccs/bin/yacc
#yacc -V
yacc: Software Generation Utilities (SGU) Solaris/ELF (3.0)
#sum /usr/ccs/bin/yacc
1296 107 /usr/ccs/bin/yacc

But after compiling and installing bison 1.25, bison did
succeed to compile parsedate.y.

Fabrice Lacroix.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-14 12:39 UTC] zeev at cvs dot php dot net
All PHP 4.0 grammars require bison 1.25 or later, and will not
work with yacc (this was true for PHP 3.0 as well).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 09:01:33 2024 UTC