mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH Add the ability to enable exceptions rather than warnings for sqlite3, needed for pyrus.
This commit is contained in:
parent
4ce599678f
commit
d13c028689
2 changed files with 97 additions and 60 deletions
|
@ -68,6 +68,7 @@ typedef struct _php_sqlite3_db_object {
|
|||
int initialised;
|
||||
sqlite3 *db;
|
||||
php_sqlite3_func *funcs;
|
||||
zend_bool exception;
|
||||
|
||||
zend_llist free_list;
|
||||
} php_sqlite3_db_object;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue