php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27445 error compiling parsedate.y
Submitted: 2004-03-01 04:12 UTC Modified: 2004-03-01 04:29 UTC
From: pillokat at orgarat dot de Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: Irrelevant OS: Linux
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pillokat at orgarat dot de
New email:
PHP Version: OS:

 

 [2004-03-01 04:12 UTC] pillokat at orgarat dot de
Description:
------------
Dear Ladies and Gentlemen,

I've got a problem compiling php, i tried 5 versions
4.3.2, 4.3.3 and newer ones. Always appears the same error:

yacc: e - line 154 of "/usr/local/src/lamp/php-4.X.X/ext/standard/parsedate.y
syntax error
%expect 14
^

What can I do ?

yours sincerely
Christian Pillokat




Reproduce code:
---------------
153   /* This grammar has 14 shift/reduce conflicts. */
154   %expect 14
155   %pure_parser

Expected result:
----------------
it should be compiled without errors ;-)

Actual result:
--------------
yacc: e - line 154 of "/usr/local/src/lamp/php-4.X.X/ext/standard/parsedate.y
syntax error
%expect 14
^


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-01 04:29 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

You need to install bison, and not yacc.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 01:01:33 2024 UTC