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