composer.json: Add 7 more PHP extensions to suggest
Bug: T302540 Change-Id: I795e785dd70f10479ef1f522f1528de08e4cdb72
This commit is contained in:
parent
fd7a9bb2c7
commit
e65b353296
1 changed files with 7 additions and 0 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue