新增 Taint 扩展文档的中文翻译 - #1061
Open
laruence wants to merge 1 commit into
Open
Conversation
翻译 doc-en 中 Taint 扩展的全部 10 个文件(对照官方 php/doc-en EN-Revision befe2b9fbe):book/setup/ini/configure/ reference/versions/detail 及 taint、untaint、is_tainted 三个函数页。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
新增 Taint 扩展(PECL)的完整中文翻译,共 10 个文件,对照官方
php/doc-enEN-Revisionbefe2b9fbe(Revise the Taint extension documentation #5802):reference/taint/book.xml— 简介(污点追踪原理、使用边界、示例)reference/taint/setup.xml— PHP 版本要求与资源说明reference/taint/ini.xml—taint.enable、taint.error_level两个配置项reference/taint/configure.xml— PECL 安装与源码编译reference/taint/detail.xml— 传播规则与被检查的汇点(输出/文件系统/SQL/命令执行/HTTP 头与其他六类汇点表)reference/taint/reference.xml、versions.xml— 函数引用入口与版本信息(do-not-translate)reference/taint/functions/—taint、untaint、is_tainted三个函数页已验证
php doc-base/configure.php --with-lang=zh校验通过(exit 0)check-structure.php结构镜像检查:checked=10 divergent=0php/doc-en中对应文件的最新提交