Implement GH-17321: Add setAuthorizer to Pdo\Sqlite (#17905)

This commit is contained in:
Niels Dossche 2025-04-18 00:34:46 +02:00 committed by GitHub
parent 87499e44f2
commit 8376904aeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 328 additions and 16 deletions

View file

@ -50,6 +50,7 @@ typedef struct {
pdo_sqlite_error_info einfo;
struct pdo_sqlite_func *funcs;
struct pdo_sqlite_collation *collations;
zend_fcall_info_cache authorizer_fcc;
} pdo_sqlite_db_handle;
typedef struct {