ID: 27445 Updated by: [EMAIL PROTECTED] Reported By: pillokat at orgarat dot de -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: Linux PHP Version: Irrelevant New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2004-03-01 04:12:22] 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 ^ ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27445&edit=1