mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Enable by default and fix compile error
This commit is contained in:
parent
678811d9b2
commit
9abe173e8c
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ dnl vim:et:ts=2:sw=2
|
||||||
|
|
||||||
PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension,
|
PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension,
|
||||||
[ --with-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to
|
[ --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
|
if test $PHP_SQLITE3 != "no"; then
|
||||||
sqlite3_extra_sources=""
|
sqlite3_extra_sources=""
|
||||||
|
|
|
@ -4,7 +4,7 @@ dnl vim:et:ts=2:sw=2
|
||||||
|
|
||||||
PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension,
|
PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension,
|
||||||
[ --with-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to
|
[ --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
|
if test $PHP_SQLITE3 != "no"; then
|
||||||
sqlite3_extra_sources=""
|
sqlite3_extra_sources=""
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
#ifndef PHP_SQLITE_H
|
#ifndef PHP_SQLITE3_H
|
||||||
#define PHP_SQLITE_H
|
#define PHP_SQLITE3_H
|
||||||
|
|
||||||
#define PHP_SQLITE3_VERSION "0.7-dev"
|
#define PHP_SQLITE3_VERSION "0.7-dev"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue