APP_DEBUG关闭报错

浏览:1613 发布日期:2013/11/08 分类:求助交流
define('APP_DEBUG',FALSE);或者注释之后,访问报错

Parse error: syntax error, unexpected T_FUNCTION in /usr/local/zend/apache2/htdocs/wilster/trunk/wilster/Runtime/~runtime.php on line 1

分析~runtime.php 之后
找到如下代码;php function T($template='',$layer=''){...................};php function halt($error) {.....}删除两个function 前的php 即可正常访问.
求指教.如何从根本上解决?。为什么会产生?
最佳答案
评论( 相关
后面还有条评论,点击查看>>