PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension,
[ --with-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to
- SQLite3 installation directory.], no)
+ SQLite3 installation directory.], yes)
if test $PHP_SQLITE3 != "no"; then
sqlite3_extra_sources=""
PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension,
[ --with-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to
- SQLite3 installation directory.], no)
+ SQLite3 installation directory.], yes)
if test $PHP_SQLITE3 != "no"; then
sqlite3_extra_sources=""
*/
/* $Id$ */
-#ifndef PHP_SQLITE_H
-#define PHP_SQLITE_H
+#ifndef PHP_SQLITE3_H
+#define PHP_SQLITE3_H
#define PHP_SQLITE3_VERSION "0.7-dev"