[Sync-En] ext/pdo: PHP 8.4 changes across PDO, PDO_PGSQL and PDO_Firebird (#5703) - #958
Merged
Merged
Conversation
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.
Sync with php/doc-en#5703.
PDO:
pdo/getattribute.xml: Update attribute list — removeATTR_AUTOCOMMIT,ATTR_CLIENT_VERSION,ATTR_CONNECTION_STATUS,ATTR_PREFETCH,ATTR_SERVER_INFO,ATTR_SERVER_VERSION,ATTR_TIMEOUT; addATTR_DEFAULT_FETCH_MODE,ATTR_STATEMENT_CLASS,ATTR_STRINGIFY_FETCHES.pdo/prepare.xml: Rewrite backslash-parser note to past tense (behavior removed in PHP 8.4); add new<simpara>documenting the PHP 8.4 driver-specific SQL parsers.pdostatement/getattribute.xml: Add listitem forPdo\Pgsql::ATTR_RESULT_MEMORY_SIZE(PHP 8.4, PostgreSQL-specific).PDO_Firebird:
configure.xml: Add note that PHP 8.4 requires a C++ compiler and fbclient 3.0+.PDO_PGSQL:
configure.xml: Add note that libpq 10.0+ is required as of PHP 8.4.pdo-pgsql.xml: Add note about dollar-quoted string literals and deprecation of??escaping inside them (PHP 8.4).reference.xml: Add note about DSN credentials taking priority over PDO constructor arguments (PHP 8.4).Closes #953