From: Zeev Suraski Date: Thu, 15 Jul 2004 22:34:45 +0000 (+0000) Subject: Fix sqlite build X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~497 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce6717965e08daf8f8cbfc479155c821e288212b;p=php Fix sqlite build --- diff --git a/ext/sqlite/libsqlite/src/sqlite.w32.h b/ext/sqlite/libsqlite/src/sqlite.w32.h index becef09790..996eab0633 100644 --- a/ext/sqlite/libsqlite/src/sqlite.w32.h +++ b/ext/sqlite/libsqlite/src/sqlite.w32.h @@ -167,6 +167,7 @@ int sqlite_exec( #define SQLITE_AUTH 23 /* Authorization denied */ #define SQLITE_FORMAT 24 /* Auxiliary database format error */ #define SQLITE_RANGE 25 /* 2nd parameter to sqlite_bind out of range */ +#define SQLITE_NOTADB 26 /* File opened that is not a database file */ #define SQLITE_ROW 100 /* sqlite_step() has another row ready */ #define SQLITE_DONE 101 /* sqlite_step() has finished executing */