php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21633 compile problem
Submitted: 2003-01-14 05:41 UTC Modified: 2003-01-14 05:42 UTC
From: young at sl dot com dot ua Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4CVS-2003-01-14 (stable) OS: Linux RedHat
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: young at sl dot com dot ua
New email:
PHP Version: OS:

 

 [2003-01-14 05:41 UTC] young at sl dot com dot ua
yacc -p zend -v -d /usr/local/src/php_hack/Zend/zend_language_parser.y -o Zend/zend_language_parser.c 
usage: yacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename 


yacc: e - line 186 of "/home/young/1/php4/ext/standard/parsedate.y", syntax error 
%expect 14 
^ 
make: *** [/home/young/1/php4/ext/standard/parsedate.c] Error 1 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-14 05:42 UTC] derick@php.net
You will need bison (not yacc), just install the bison RPM from the RedHat cd and it should work.

Not a bug -> bogus

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Sep 19 07:01:27 2024 UTC