Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

FlashBlack
Copy link

Starting with PHP 7.4 PDO began supporting parameter placeholder escaping - https://wiki.php.net/rfc/pdo_escape_placeholders
Made changes to support this adaptation.

Fix of interpolation parameters with non sequential numeric keys has also been improved.

Should I leave the PR in the 3.0.x branch or switch to the current one for compatibility?

@ostrolucky
Copy link
Member

Branch 2.17.x please, since it's not really breaking a BC, but it's a new feature.

@ostrolucky ostrolucky added the Bug label Oct 3, 2025
@ostrolucky ostrolucky added this to the 2.17.0 milestone Oct 3, 2025
@FlashBlack FlashBlack force-pushed the escape_param_placeholder branch from 6954ae6 to 35948b7 Compare October 3, 2025 20:30
@FlashBlack FlashBlack changed the base branch from 3.0.x to 2.17.x October 3, 2025 20:30
@FlashBlack
Copy link
Author

Got it, done @ostrolucky

@ostrolucky ostrolucky merged commit db7562d into doctrine:2.17.x Oct 4, 2025
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants