diff options
author | Johannes Schlüter <johannes@php.net> | 2010-11-19 09:55:48 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2010-11-19 09:55:48 +0000 |
commit | 6c76f3606cddeb010cf1fc5ea28b47456ea9639e (patch) | |
tree | 73c1b306cd449f571f2b28793cfac1de673b7fad /ext/sqlite/libsqlite/src/sqlite_config.w32.h | |
parent | 4cc45507da8164847708c26bfdf0840419a166fc (diff) | |
download | php-git-6c76f3606cddeb010cf1fc5ea28b47456ea9639e.tar.gz |
- Move the old sqlite extension to PECL
# discussed in http://www.mail-archive.com/internals@lists.php.net/msg47463.html
Diffstat (limited to 'ext/sqlite/libsqlite/src/sqlite_config.w32.h')
-rw-r--r-- | ext/sqlite/libsqlite/src/sqlite_config.w32.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/sqlite/libsqlite/src/sqlite_config.w32.h b/ext/sqlite/libsqlite/src/sqlite_config.w32.h deleted file mode 100644 index 3903ffe95e..0000000000 --- a/ext/sqlite/libsqlite/src/sqlite_config.w32.h +++ /dev/null @@ -1,8 +0,0 @@ -#include "config.w32.h" -#if ZTS -# define THREADSAFE 1 -#endif -#if !ZEND_DEBUG && !defined(NDEBUG) -# define NDEBUG -#endif -#define SQLITE_PTR_SZ 4
\ No newline at end of file |