mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
thread safety for pgsql?
This commit is contained in:
parent
a3025479e7
commit
0b8543e6dd
@ -91,7 +91,7 @@ trait postgresql
|
|||||||
->execWithEnv(
|
->execWithEnv(
|
||||||
"{$envs} ../configure " .
|
"{$envs} ../configure " .
|
||||||
"--prefix={$builddir} " .
|
"--prefix={$builddir} " .
|
||||||
'--disable-thread-safety ' .
|
($this->builder->getOption('enable-zts') ? '--enable-thread-safety ' : '--disable-thread-safety ') .
|
||||||
'--enable-coverage=no ' .
|
'--enable-coverage=no ' .
|
||||||
'--with-ssl=openssl ' .
|
'--with-ssl=openssl ' .
|
||||||
'--with-readline ' .
|
'--with-readline ' .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user