[Sync-En] ext/pdo_sqlite: document the PHP 8.5 additions and behaviour changes (#5818) - #1223
Merged
Merged
Conversation
- Add changelog (8.5.0) to PDO::quote() for SQLite null byte behaviour - Update configure.xml: para->simpara, add libsqlite >= 3.7.17 for PHP 8.5.0 - Add 12 new constants (ATTR_BUSY_STATEMENT, ATTR_EXPLAIN_STATEMENT, etc.) and changelog section to Pdo\Sqlite class - Add errors and changelog (8.4.0) sections to Pdo\Sqlite::createCollation() - Translate new Pdo\Sqlite::setAuthorizer() method page - Update EN-Revision to eff8e0d4dd463ae6bd387f304effeaf3d5ce44d5
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.
Translation of php/doc-en#5818 (commit eff8e0d): the PHP 8.5 additions and behaviour changes of pdo_sqlite, the new 8.5.0 constants, the libsqlite 3.7.17 requirement, the SQLite null byte changelog on PDO::quote, and a first translation of Pdo\Sqlite::setAuthorizer.
The class synopsis of pdo-sqlite.xml also drops the xi:fallback wrappers, which check-structure rejects: doc-en writes those xi:include elements self-closing.
Fixes: #1209