PHP安全设置

时间:2023-03-09 04:31:27
PHP安全设置

1、register_globals(全局变量注册开关)

2、magic_quotes_gpc(魔术引号开关)

3、magic_quotes_runtime(魔术引号开关)

4、magic_quotes_sybase(魔术引号开关)

5、disable_functions(禁用php函数)

6、safe_mode(php安全模式)

7、display_errors & error_reporting(php调试安全)