Skip to content

[Sync-En] ext/pdo: document the PHP 8.5 fetch mode changes and deprecations - #3468

Merged
lacatoire merged 1 commit into
masterfrom
sync-en/3453-pdo
Sep 1, 2026
Merged

[Sync-En] ext/pdo: document the PHP 8.5 fetch mode changes and deprecations#3468
lacatoire merged 1 commit into
masterfrom
sync-en/3453-pdo

Conversation

@lacatoire

Copy link
Copy Markdown
Member

Translation of php/doc-en#5817 (commit e16d04c): the PDO fetch constants are deprecated in favour of the equivalent PDO::FETCH_* ones, the uri: DSN scheme is deprecated, string keys in constructorArgs act as named arguments, support for by-reference parameters is removed, and the new errors sections are added. EN-Revision updated.

Fixes: #3453

…ations

Translation of php/doc-en#5817 (commit e16d04c): the PDO fetch constants are
deprecated in favour of the PDO::FETCH_* ones, the uri: DSN scheme is deprecated,
string keys in constructorArgs act as named arguments, support for by-reference
parameters is removed, and the new errors sections are added. EN-Revision updated.
@lacatoire
lacatoire merged commit d60140c into master Sep 1, 2026
5 checks passed
@lacatoire
lacatoire deleted the sync-en/3453-pdo branch September 1, 2026 20:39
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: document the PHP 8.5 fetch mode changes and deprecations (#5817)

1 participant