-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Add stubs for PDO #4803
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
Add stubs for PDO #4803
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried my best (which is not much from someone who hasn't touched C in this decade), so please carefully review ^^
c7c2832
to
6a48ccc
Compare
Thanks @kocsismate (and also thanks to @tvlooy). Applied as 100552d. |
Looks like this broke Doctrine:
Previously the query() signature was not checked because it used NULL for arginfo. The change looks fine to me though (for PHP 8) and Doctrine will have to add the |
I am opening the PR in order to be visible that work has started on this module. (Currently, the stubs are just copied from the documentation)