mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
test libpq build
This commit is contained in:
parent
e603e441e7
commit
3185d98b1a
@ -78,7 +78,7 @@ trait postgresql
|
||||
'--with-readline ' .
|
||||
'--with-libxml ' .
|
||||
($this->builder->getLib('icu') ? '--with-icu ' : '--without-icu ') .
|
||||
($this->builder->getLib('ldap') && 0 ? '--with-ldap ' : '--without-ldap ') .
|
||||
(($this->builder->getLib('ldap') && 0) ? '--with-ldap ' : '--without-ldap ') .
|
||||
($this->builder->getLib('libxslt') ? '--with-libxslt ' : '--without-libxslt ') .
|
||||
($this->builder->getLib('zstd') ? '--with-zstd ' : '--without-zstd ') .
|
||||
'--without-lz4 ' .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user