Taint/setup-Phpdoc专题
安装/配置
目录
需求
构建此扩展不需要其他扩展。
安装
此 » PECL 扩展未与 PHP 捆绑。
安装此 PECL 扩展相关的信息可在手册中标题为 PECL 扩展的安装章节中找到。更多信息如新的发行版本、下载、源文件、 维护人员信息及变更日志等,都在此处: » https://pecl.php.net/package/taint.
PECL 扩展的 DLL 当前不可用。参见 在 Windows 上构建章节。
运行时配置
这些函数的行为受 php.ini 中的设置影响。
| 名字 | 默认 | 可修改范围 | 更新日志 |
|---|---|---|---|
| taint.enable | 0 | PHP_INI_SYSTEM | |
| taint.error_level | E_WARNING | PHP_INI_ALL |
这是配置指令的简短说明。
taint.enable int
Whether enable the taint.
taint.error_level int
the error type which taint will report as when taint find a tainted
string.
资源类型
此扩展没有定义资源类型。