# PHP

PHP如何禁用危险函数?

配置服务器时发现PHP的某些函数可能被恶意利用执行系统命令,则需要禁用这些危险函数以防止安全漏洞。本文是针对此类问题的安全配置步骤,以下使用 disable_functions 指令在 php....

Captain 杂类 2025-05-02
D

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in ......

php8.0网站页面出错:Deprecated: explode(): Passing null to parameter #2 ($string) of type string is depr...

Captain 杂类 2024-12-09