Home  >  Article  >  Backend Development  >  Linux中的php怎么禁用eval函数?

Linux中的php怎么禁用eval函数?

WBOY
WBOYOriginal
2016-06-06 20:15:50821browse

翻了一圈文档没找到怎么禁用eval函数

有没有不用安装插件就能禁用的方法?

回复内容:

翻了一圈文档没找到怎么禁用eval函数

有没有不用安装插件就能禁用的方法?

修改php.ini配置文件。

disable_functions中添加这个函数。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn