mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Implement GH-17321: Add setAuthorizer to Pdo\Sqlite (#17905)
This commit is contained in:
parent
87499e44f2
commit
8376904aeb
10 changed files with 328 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue