From:             pillokat at orgarat dot de
Operating system: Linux
PHP version:      Irrelevant
PHP Bug Type:     Compile Failure
Bug description:  error compiling parsedate.y

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 bug report at http://bugs.php.net/?id=27445&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27445&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27445&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27445&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27445&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27445&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27445&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27445&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27445&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27445&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27445&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27445&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27445&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27445&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27445&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27445&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27445&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27445&r=float

Reply via email to