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

Implement "PDO::query()" parameters of new PHP PDO interface #117

Open
amotl opened this issue Feb 25, 2021 · 0 comments
Open

Implement "PDO::query()" parameters of new PHP PDO interface #117

amotl opened this issue Feb 25, 2021 · 0 comments

Comments

@amotl
Copy link
Member

amotl commented Feb 25, 2021

With the updates to the PHP PDO interface, query() operations using fetch styles/modes are now possible directly on the main PDO object reference. In earlier versions, a PDOStatement was needed for that.

While this patch already brings in PHP8 compatibility in general, this specific detail has not been implemented yet.

Originally posted by @amotl in #116 (comment)

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

No branches or pull requests

1 participant