[Sync-En] ext/pdo_sqlite: document the PHP 8.5 additions and behaviour changes (#5818) - #1223
Open
lacatoire wants to merge 1 commit into
Open
[Sync-En] ext/pdo_sqlite: document the PHP 8.5 additions and behaviour changes (#5818)#1223lacatoire wants to merge 1 commit into
lacatoire wants to merge 1 commit into
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.
Syncs with EN commit eff8e0d4dd463ae6bd387f304effeaf3d5ce44d5.
Changes:
reference/pdo/pdo/quote.xml: add 8.5.0 changelog (SQLite null byte behaviour)reference/pdo_sqlite/configure.xml: add libsqlite >= 3.7.17 requirement for PHP 8.5.0, para -> simparareference/pdo_sqlite/pdo-sqlite.xml: add 12 new PHP 8.5.0 constants with descriptions and changelog sectionreference/pdo_sqlite/pdo/sqlite/createcollation.xml: add errors and 8.4.0 changelog sectionsreference/pdo_sqlite/pdo/sqlite/setauthorizer.xml: new file, translate Pdo\Sqlite::setAuthorizer()