Skip to content
New issue

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

thinkphp 关闭debug模式之后 无法正常运行 #27

Open
kalsolio opened this issue Jul 13, 2016 · 4 comments
Open

thinkphp 关闭debug模式之后 无法正常运行 #27

kalsolio opened this issue Jul 13, 2016 · 4 comments

Comments

@kalsolio
Copy link

define('APP_DEBUG',false);
有Runtime之后 就无法执行了.

@liexusong
Copy link
Owner

最好不要用runtime这个功能,因为会导致未知错误

@hustxay
Copy link

hustxay commented Aug 9, 2016

学习了thinkphp的说明文档,runtime时他合并了一些文件。
能不能这样处理,对thinkphp的代码不要全部用beast编码,只把重要的文件编码,尤其不能把thinkphp要合并处理的文件编码,也许还有其它缓存处理的文件。

只是理论分析,没有测试,还请老大斧正

@shopexdream
Copy link

我也是基于thinkphp开发的,加密后,打开网站提示这个错误
语法解析错误: syntax error, unexpected 'Warning' (T_STRING), expecting '{'

@zcw-shio
Copy link

zcw-shio commented Jun 6, 2023

我加密后的文件都无法运行 找不到加密后的类

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants