mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Use global constant if available for libpq version (#11684)
This commit is contained in:
parent
9a407b5ad3
commit
c827c93b62
2 changed files with 8 additions and 0 deletions
|
@ -998,6 +998,8 @@ pgsql.auto_reset_persistent => Off => Off
|
|||
pgsql.ignore_notice => Off => Off
|
||||
pgsql.log_notice => Off => Off',
|
||||
['lib-pgsql-libpq' => '12.2'],
|
||||
[],
|
||||
[['PGSQL_LIBPQ_VERSION', null, '12.2']],
|
||||
],
|
||||
'pdo_pgsql' => [
|
||||
'pdo_pgsql',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue