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 即可正常访问.求指教.如何从根本上解决?。为什么会产生?
最佳答案