We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c02cc commit e39296dCopy full SHA for e39296d
ext/sqlite3/config0.m4
@@ -5,17 +5,6 @@ PHP_ARG_WITH([sqlite3],
5
[yes])
6
7
if test $PHP_SQLITE3 != "no"; then
8
-
9
- dnl when running phpize enable_maintainer_zts is not available
10
- if test -z "$enable_maintainer_zts"; then
11
- if test -f "$phpincludedir/main/php_config.h"; then
12
- ZTS=`grep '#define ZTS' $phpincludedir/main/php_config.h|$SED 's/#define ZTS//'`
13
- if test "$ZTS" -eq "1"; then
14
- enable_maintainer_zts="yes"
15
- fi
16
17
18
19
PKG_CHECK_MODULES([SQLITE], [sqlite3 > 3.7.4])
20
21
PHP_CHECK_LIBRARY(sqlite3, sqlite3_stmt_readonly,
0 commit comments