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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
17 + 37 = ?
Subscribe to this entry?

 
 [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: Thu May 02 22:01:30 2024 UTC