Skip to content

[Sync-En] ext/pdo: document the PHP 8.5 fetch mode changes and deprecations (#5817) - #1226

Merged
julionc merged 3 commits into
php:masterfrom
lacatoire:sync-en/1212-pdo-fetch-85
Sep 3, 2026
Merged

[Sync-En] ext/pdo: document the PHP 8.5 fetch mode changes and deprecations (#5817)#1226
julionc merged 3 commits into
php:masterfrom
lacatoire:sync-en/1212-pdo-fetch-85

Conversation

@lacatoire

@lacatoire lacatoire commented Sep 2, 2026

Copy link
Copy Markdown
Member

Translation of php/doc-en#5817 (commit e16d04c): the PHP 8.5 fetch mode changes and deprecations of ext/pdo, covering the deprecated driver-specific constants, the uri: DSN deprecation on the constructor, and the new errors and changelog sections of fetchAll(), setAttribute() and setFetchMode().

pdo.xml also drops the xi:fallback wrappers, which check-structure rejects: doc-en writes those xi:include elements self-closing.

Fixes: #1212

- pdo.xml: add 8.5.0 changelog (driver-specific constants deprecated)
- construct.xml: add uri: DSN deprecation warning, errors para->simpara,
  add 8.5.0 changelog section
- fetchall.xml: add 8.5.0 changelog (FETCH_INTO / FETCH_PROPS_LATE changes)
- setattribute.xml: add errors section and 8.5.0 changelog (Firebird cursor name)
- setfetchmode.xml: update constructorArgs description, add errors section,
  add two 8.5.0 changelog rows (CUFA semantics, Error during fetch)
- Update EN-Revision to e16d04c436e9801627139c67c1cabcb92b469ccc
@julionc
julionc merged commit cca7c27 into php:master Sep 3, 2026
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: document the PHP 8.5 fetch mode changes and deprecations (#5817)

2 participants