Home
last modified time | relevance | path

Searched refs:authorizer (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt2 SQLite3 user authorizer callback
29 // Test disabling the authorizer
48 // Try to return something invalid from the authorizer
102 The authorizer callback returned an invalid type: expected int
104 The authorizer callback returned an invalid value
H A Dgh9032.phpt2 SQLite3 authorizer crashes on NULL values
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dgh9032.phpt2 SQLite3 authorizer crashes on NULL values
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_driver.c740 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer() function
806 sqlite3_set_authorizer(H->db, authorizer, NULL); in pdo_sqlite_handle_factory()
/PHP-8.0/
H A DNEWS163 . Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). (cmb)
166 . Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). (cmb)

Completed in 12 milliseconds