From:             kis_an at mail dot ru
Operating system: Compaq TRU64 v5.1
PHP version:      4.3.2
PHP Bug Type:     Compile Failure
Bug description:  Compilation process fail under TRU64 v5.1

Description:
------------
Compilation process fail with next error (compilation was made with
root):

<code>

yacc  /home/admin/tmp/php-4.3.2/ext/standard/parsedate.y

 fatal error: invalid escape, or illegal reserved word: expect, line 154
*** Exit 1
Stop.

</code>

configure was made (without any errors): ./configure
--with-oci8=$ORACLE_HOME --with-apxs=/usr/local/apache/bin/apxs          
--enable-sigchild

Any suggestions?

Reproduce code:
---------------
Code from parsedate.y:

<code>

153:/* This grammar has 14 shift/reduce conflicts. */
154:%expect 14
155:%pure_parser
156:
157:%token      tAGO tDAY tDAY_UNIT tDAYZONE tDST tHOUR_UNIT tID
158:%token      tMERIDIAN tMINUTE_UNIT tMONTH tMONTH_UNIT
159:%token      tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE

</code>


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

Reply via email to