composer.json: Add 7 more PHP extensions to suggest

Bug: T302540
Change-Id: I795e785dd70f10479ef1f522f1528de08e4cdb72
This commit is contained in:
Reedy 2022-03-05 22:38:13 +00:00
parent fd7a9bb2c7
commit e65b353296

View file

@ -106,12 +106,19 @@
"suggest": {
"ext-apcu": "Local data cache for greatly improved performance",
"ext-curl": "Improved http communication abilities",
"ext-gd": "Support for Graphics Draw",
"ext-gmp": "Support for arbitrary-length integers",
"ext-mysqli": "Allows MediaWiki to use MySQL/MariaDB as a database",
"ext-openssl": "Cryptographical functions",
"ext-pdo": "Allows MediaWiki to use SQLite as a database",
"ext-pgsql": "Allows MediaWiki to use PostgreSQL as a database",
"ext-posix": "Process control",
"ext-pcntl": "Process control",
"ext-readline": "Improved command line support",
"ext-sockets": "Socket support",
"ext-wikidiff2": "Diff accelerator",
"ext-yaml": "Improved YAML parsing performance",
"ext-zlib": "gzip compressiion",
"monolog/monolog": "Flexible debug logging system",
"nmred/kafka-php": "Send debug log events to kafka"
},