duanjiu2701 2012-04-19 04:21
浏览 79
已采纳

奇怪的PHP错误:“解析错误:语法错误,意外的$ end”在windows下但不在linux下

I've developped a script under linux which works perfectly, the

php -l

command says there is no error and indeed it executes normally. But whenever I try to run it under WAMP I get a

Parse error: syntax error, unexpected $end

message pointing to the very end of the file! I search but I don't find any error, the PHP versions are the same in the two machines! Have you any idea on what can make a script run on a linux server and not on a windows one?

  • 写回答

3条回答 默认 最新

  • douwen3500 2012-04-19 12:38
    关注

    I found it! There was a <? inside the code to display html ^^ it must be <?php. I wonder why windows do not know a PHP file from the <? tag!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部