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
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: jay4mail at yahoo dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 20 05:00:03 2025 UTC