1
0
Fork 0
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:
David Zülke 2023-04-25 13:59:36 +02:00 committed by GitHub
parent 4e17745180
commit e0c1ad1448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 0 deletions

View file

@ -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,