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

Sqlite3 - make it PHP 8 compatible #54

Closed
llaville opened this issue Sep 20, 2020 · 1 comment
Closed

Sqlite3 - make it PHP 8 compatible #54

llaville opened this issue Sep 20, 2020 · 1 comment
Assignees
Milestone

Comments

@llaville
Copy link
Owner

From https://github.com/php/php-src/blob/master/UPGRADING we can read

Add SQLite3::setAuthorizer() and respective class constants to set a
userland callback that will be used to authorize or not an action on the
database.
PR: php/php-src#4797

Implemented by commit php/php-src@3958592

@llaville llaville added this to the 3.0 milestone Sep 20, 2020
@llaville llaville self-assigned this Sep 20, 2020
@llaville llaville mentioned this issue Sep 20, 2020
4 tasks
@llaville
Copy link
Owner Author

llaville commented Oct 3, 2020

Backport commit 1f0c681 in master branch to allows release 2.19 to run unit tests under PHP 8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant