From 674d379141800a77ad70257e13fc88248788b410 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 21 Feb 2020 20:39:09 +0100 Subject: [PATCH] Show the output of the sample docker run --rm php:7.2-cli php -m --- README.md | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dffe0aa..e72acfe 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,44 @@ RUN install-php-extensions gd xdebug PS: the pre-installed PHP extensions are excluded from this list. You can list them with the following command (change `php:7.2-cli` to reflect the PHP version you are interested in): -```sh -docker run --rm -it php:7.2-cli php -m +``` +$ docker run --rm php:7.2-cli php -m +[PHP Modules] +Core +ctype +curl +date +dom +fileinfo +filter +ftp +hash +iconv +json +libxml +mbstring +mysqlnd +openssl +pcre +PDO +pdo_sqlite +Phar +posix +readline +Reflection +session +SimpleXML +sodium +SPL +sqlite3 +standard +tokenizer +xml +xmlreader +xmlwriter +zlib + +[Zend Modules] ``` ## Special requirements