php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28428 Parse error: syntax error, unexpected T_STRING
Submitted: 2004-05-18 11:01 UTC Modified: 2004-05-19 11:33 UTC
From: jay4mail at yahoo dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.0.0RC2 OS: arm-linux
Private report: No CVE-ID: None
 [2004-05-18 11:01 UTC] jay4mail at yahoo dot com
Description:
------------
./configure  --disable-all --disable-cgi 
make 
make install 
 
all ok. 
sapi/cli/php test.php failed saying 
 
Parse error: syntax error, unexpected T_STRING in test.php 
on line 2 
 
linux 2.6.5 on ARM, glibc 2.3.2, gcc 3.3.3, bison 1.875, 
flex 2.54 
 

Reproduce code:
---------------
<?php
phpinfo();
?>



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-19 11:33 UTC] jay4mail at yahoo dot com
The problem was I tried to build in another directory out 
of the source directory. There is no problem if I build in 
the source directory. 
 
I also tried this with php4 and the result was the same.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 15:01:31 2024 UTC