We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
define('APP_DEBUG',false); 有Runtime之后 就无法执行了.
The text was updated successfully, but these errors were encountered:
最好不要用runtime这个功能,因为会导致未知错误
Sorry, something went wrong.
学习了thinkphp的说明文档,runtime时他合并了一些文件。 能不能这样处理,对thinkphp的代码不要全部用beast编码,只把重要的文件编码,尤其不能把thinkphp要合并处理的文件编码,也许还有其它缓存处理的文件。
只是理论分析,没有测试,还请老大斧正
我也是基于thinkphp开发的,加密后,打开网站提示这个错误 语法解析错误: syntax error, unexpected 'Warning' (T_STRING), expecting '{'
我加密后的文件都无法运行 找不到加密后的类
No branches or pull requests
define('APP_DEBUG',false);
有Runtime之后 就无法执行了.
The text was updated successfully, but these errors were encountered: