From d13c02868995d6bb6f87077b11a16587c548611d Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Mon, 27 Apr 2009 18:16:46 +0000 Subject: MFH Add the ability to enable exceptions rather than warnings for sqlite3, needed for pyrus. --- ext/sqlite3/php_sqlite3_structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/sqlite3/php_sqlite3_structs.h') diff --git a/ext/sqlite3/php_sqlite3_structs.h b/ext/sqlite3/php_sqlite3_structs.h index 65def8bcb3..8edebdda56 100644 --- a/ext/sqlite3/php_sqlite3_structs.h +++ b/ext/sqlite3/php_sqlite3_structs.h @@ -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; -- cgit v1.2.1