diff options
author | Morva Kristóf <kristof92@gmail.com> | 2017-10-14 15:18:44 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-11-22 12:00:13 +0100 |
commit | ed0a58d0ae362be49bc26523303b925bcdaa0a84 (patch) | |
tree | 4f5aef8e0a12cb87a43b4964a78a18ad05bd2777 /ext/sqlite3/config0.m4 | |
parent | 179ed6e43d9703fe6bdaa286aec79f7e131a8ab0 (diff) | |
download | php-git-ed0a58d0ae362be49bc26523303b925bcdaa0a84.tar.gz |
Enable JSON1 for bundled libsqlite
Diffstat (limited to 'ext/sqlite3/config0.m4')
-rw-r--r-- | ext/sqlite3/config0.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/config0.m4 b/ext/sqlite3/config0.m4 index 78fd6224dc..93a059902a 100644 --- a/ext/sqlite3/config0.m4 +++ b/ext/sqlite3/config0.m4 @@ -78,7 +78,7 @@ if test $PHP_SQLITE3 != "no"; then debug_flags="-DSQLITE_DEBUG=1" fi - other_flags="-DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS4=1 -DSQLITE_ENABLE_FTS5=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1" + other_flags="-DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS4=1 -DSQLITE_ENABLE_FTS5=1 -DSQLITE_ENABLE_JSON1=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1" dnl As long as intl is not shared we can have ICU support if test "$PHP_INTL" = "yes" && test "$PHP_INTL_SHARED" != "yes"; then |