-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cannot "unregister" a function, collation or aggregate in SQLite3 extension #14
Comments
https://www.sqlite.org/c3ref/create_function.html Sounds like PDOSqlite::destroyFunction is needed...
|
I implemented the deleteFunction (and placeholder code for the other two) in branch: https://github.com/Imagick/php-src/tree/pdo_sub_classing_sqlite_delete_function But I think this probably needs an RFC of it's own, as the API is "not great": |
Description
aka php#10726
The text was updated successfully, but these errors were encountered: