MFH Add the ability to enable exceptions rather than warnings for sqlite3, needed for pyrus.

This commit is contained in:
Scott MacVicar 2009-04-27 18:16:46 +00:00
parent 4ce599678f
commit d13c028689
2 changed files with 97 additions and 60 deletions

View file

@ -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;