summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/config.w32
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-06-30 20:58:36 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-06-30 20:58:36 +0000
commit7d02c9dcb2e9e06aef2e74068abedb929198c4c5 (patch)
treed4aa4b9ee9c45ef44c51d06710917b81fc022667 /ext/pdo_sqlite/config.w32
parentefc6ccaa01caba362c59e1708261076e25a28efe (diff)
downloadphp-git-7d02c9dcb2e9e06aef2e74068abedb929198c4c5.tar.gz
Upgraded bundled sqlite lib to 3.2.2
Diffstat (limited to 'ext/pdo_sqlite/config.w32')
-rw-r--r--ext/pdo_sqlite/config.w324
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_sqlite/config.w32 b/ext/pdo_sqlite/config.w32
index f5c6245560..297423f045 100644
--- a/ext/pdo_sqlite/config.w32
+++ b/ext/pdo_sqlite/config.w32
@@ -21,8 +21,8 @@ if (PHP_PDO_SQLITE != "no") {
EXTENSION("pdo_sqlite", "pdo_sqlite.c sqlite_driver.c sqlite_statement.c", null, "/DSQLITE_OMIT_CURSOR /I" + configure_module_dirname + "/sqlite/src /I pecl /I ..\\pecl /I" + configure_module_dirname);
ADD_SOURCES(configure_module_dirname + "/sqlite/src",
- "attach.c auth.c btree.c build.c date.c delete.c expr.c func.c hash.c insert.c \
- legacy.c main.c os_mac.c os_unix.c os_win.c pager.c pragma.c printf.c random.c \
+ "attach.c auth.c btree.c build.c callback.c date.c delete.c expr.c func.c hash.c insert.c \
+ legacy.c main.c os_mac.c os_unix.c os_win.c pager.c pragma.c prepare.c printf.c random.c \
select.c table.c tokenize.c trigger.c update.c utf.c util.c vacuum.c vdbeapi.c \
vdbeaux.c vdbe.c vdbemem.c where.c parse.c opcodes.c alter.c experimental.c", "pdo_sqlite");