Skip to content

[Sync-En] ext/pdo: PHP 8.4 changes across PDO, PDO_PGSQL and PDO_Firebird (#5703) - #958

Merged
julionc merged 4 commits into
php:masterfrom
lacatoire:feat/sync-en-pdo-php84
Aug 7, 2026
Merged

[Sync-En] ext/pdo: PHP 8.4 changes across PDO, PDO_PGSQL and PDO_Firebird (#5703)#958
julionc merged 4 commits into
php:masterfrom
lacatoire:feat/sync-en-pdo-php84

Conversation

@lacatoire

Copy link
Copy Markdown
Member

Sync with php/doc-en#5703.

PDO:

  • pdo/getattribute.xml: Update attribute list — remove ATTR_AUTOCOMMIT, ATTR_CLIENT_VERSION, ATTR_CONNECTION_STATUS, ATTR_PREFETCH, ATTR_SERVER_INFO, ATTR_SERVER_VERSION, ATTR_TIMEOUT; add ATTR_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 for Pdo\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

@julionc
julionc merged commit f04cbb3 into php:master Aug 7, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Sync EN] ext/pdo: PHP 8.4 changes across PDO, PDO_PGSQL and PDO_Firebird (#5703)

2 participants