mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
PlatformRepository library support for libpq (from ext-pq) and librdkafka (from ext-rdkafka) (#11418)
* libpq library version info for ext-pq * librdkafka library version info for ext-rdkafka Computes from RD_KAFKA_VERSION, faster than output buffering
This commit is contained in:
parent
4e17745180
commit
e0c1ad1448
2 changed files with 45 additions and 0 deletions
|
@ -960,6 +960,25 @@ Module version => 7.1.33
|
|||
Revision => $Id: 9c5f356c77143981d2e905e276e439501fe0f419 $',
|
||||
['lib-pdo_pgsql-libpq' => '12.1'],
|
||||
],
|
||||
'pq' => [
|
||||
'pq',
|
||||
'pq
|
||||
|
||||
PQ Support => enabled
|
||||
Extension Version => 2.2.0
|
||||
|
||||
Used Library => Compiled => Linked
|
||||
libpq => 14.3 (Ubuntu 14.3-1.pgdg22.04+1) => 15.0.2
|
||||
',
|
||||
['lib-pq-libpq' => '15.0.2'],
|
||||
],
|
||||
'rdkafka' => [
|
||||
'rdkafka',
|
||||
null,
|
||||
['lib-rdkafka-librdkafka' => '1.9.2'],
|
||||
[],
|
||||
[['RD_KAFKA_VERSION', null, 17367807]],
|
||||
],
|
||||
'libsodium' => [
|
||||
'libsodium',
|
||||
null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue