mirror of
https://github.com/docker-library/php.git
synced 2025-07-31 20:56:26 +00:00
Explain that some modules listed in docker-php-ext-*
scripts are already compiled in
This commit is contained in:
@ -11,6 +11,9 @@ usage() {
|
||||
echo
|
||||
echo 'Possible values for module-name:'
|
||||
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
|
||||
echo
|
||||
echo 'Some of the above modules are already compiled into PHP; please check'
|
||||
echo 'the ouptut of "php -i" to see which modules are already loaded.'
|
||||
}
|
||||
|
||||
opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
|
||||
|
Reference in New Issue
Block a user