Skip to content

Deprecate driver specific PDO constants - #19526

Closed
arnaud-lb wants to merge 3 commits into
php:masterfrom
arnaud-lb:pdo-deprecations
Closed

Deprecate driver specific PDO constants#19526
arnaud-lb wants to merge 3 commits into
php:masterfrom
arnaud-lb:pdo-deprecations

Conversation

@arnaud-lb

@arnaud-lbarnaud-lb commented Aug 20, 2025

Copy link
Copy Markdown
Member

This implements the "Deprecate driver specific PDO constants" part of https://wiki.php.net/rfc/deprecations_php_8_5.

I will handle methods in a separate PR (edit: #19596).

@devnexen

Copy link
Copy Markdown
Member

Note I did an attempt for the Pdo/Pgsql transaction part.

@arnaud-lb
arnaud-lb requested a review from a teamAugust 20, 2025 15:43

@GirgiasGirgias left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@bukka
bukka requested review from a team and removed request for a team, SakiTakamachi and bukkaAugust 23, 2025 16:03

@edorianedorian left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RM approval for 8.5 👍

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@arnaud-lb@devnexen@edorian@NattyNarwhal@Girgias@DanielEScherzer