[Sync-En] Revise the Yaconf extension documentation (#5801) - #3379
Merged
Conversation
Sync with php/doc-en@3b05256 (PR #5801). - Rewrite book.xml preface: document persistent memory sharing across FPM workers, zero-copy retrieval, compacted storage block (1.2.0), recursive sub-directory loading (1.2.0), security benefits - Update ini.xml: swap entry order (directory first), rewrite both directive descriptions, add INI syntax and section inheritance examples under yaconf.directory, add ZTS note under check_delay - Update setup.xml: add PIE and from-source installation instructions - Update get.xml: rename parameter default_value -> default, rewrite description and examples with sub-directory notation - Update has.xml: fill in previously empty description, parameters, returnvalues and add examples section - Add debuginfo.xml: document new Yaconf::__debug_info() method (PECL yaconf >= 1.1.0)
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.
Closes #3365
Sync with php/doc-en@3b05256 (PR php/doc-en#5801).
Changes:
book.xml: rewrite preface — persistent memory sharing across FPM workers, zero-copy retrieval, compacted storage (1.2.0), recursive sub-directory loading (1.2.0), security notesini.xml: swap entry order (directoryfirst), rewrite both directive descriptions, add INI syntax and section examples, add ZTS note forcheck_delaysetup.xml: add PIE and from-source installation instructionsyaconf/get.xml: rename$default_value→$default, rewrite description and examples (sub-directory notation)yaconf/has.xml: fill previously empty description, parameters, returnvalues; add examplesyaconf/debuginfo.xml: new file documentingYaconf::__debug_info()(PECL yaconf ≥ 1.1.0)