summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/sqlite_driver.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-09-23 20:09:00 +0000
committerWez Furlong <wez@php.net>2004-09-23 20:09:00 +0000
commit53ed3475ceaae3ddd98c2f5320e2f3b305441f29 (patch)
tree21575a3ed269427db9ae800362180c90f28dd7af /ext/pdo_sqlite/sqlite_driver.c
parenta4df8429742e568b750161fb084cc19fa0e1aae6 (diff)
downloadphp-git-53ed3475ceaae3ddd98c2f5320e2f3b305441f29.tar.gz
add entry for liveness check
Diffstat (limited to 'ext/pdo_sqlite/sqlite_driver.c')
-rw-r--r--ext/pdo_sqlite/sqlite_driver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/sqlite_driver.c b/ext/pdo_sqlite/sqlite_driver.c
index 9f2d3f953b..ca73ac8b54 100644
--- a/ext/pdo_sqlite/sqlite_driver.c
+++ b/ext/pdo_sqlite/sqlite_driver.c
@@ -238,7 +238,8 @@ static struct pdo_dbh_methods sqlite_methods = {
NULL, /* set_attribute */
pdo_sqlite_last_insert_id,
pdo_sqlite_fetch_error_func,
- pdo_sqlite_get_attribute
+ pdo_sqlite_get_attribute,
+ NULL /* check_liveness: not needed */
};
static char *make_filename_safe(const char *filename TSRMLS_DC)