Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore old PDO::PARAM_* values #7445

Closed
wants to merge 1 commit into from
Closed

Conversation

nikic
Copy link
Member

@nikic nikic commented Sep 1, 2021

Doctrine hardcodes the values of these constants, avoid changing
them.

Fixes https://bugs.php.net/bug.php?id=81405.

@nikic
Copy link
Member Author

nikic commented Sep 1, 2021

This is an ABI-breaking change. Landing it would require the PHP 8.1 RC1 release to be retagged. Leaving it up to RMs whether we want to do that or not...

cc @patrickallaert @ramsey @krakjoe

@patrickallaert
Copy link
Contributor

This is an ABI-breaking change. Landing it would require the PHP 8.1 RC1 release to be retagged. Leaving it up to RMs whether we want to do that or not...

cc @patrickallaert @ramsey @krakjoe

As it is not officially announced, I am ok retagging it.

@kamil-tekiela
Copy link
Member

Why was it changed in the first place?

@patrickallaert
Copy link
Contributor

Why was it changed in the first place?

I don't think it was intentional (caa7100).

Doctrine hardcodes the values of these constants, avoid changing
them.

Fixes https://bugs.php.net/bug.php?id=81405.
@nikic nikic closed this in 1e012ec Sep 1, 2021
@krakjoe
Copy link
Member

krakjoe commented Sep 1, 2021

@patrickallaert yes, do re-tagging ...

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.

None yet

4 participants