mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 02:15:36 +08:00
thread safety for pgsql?
This commit is contained in:
@@ -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 ' .
|
||||||
|
|||||||
Reference in New Issue
Block a user