php-fpm: add ionCube Loader enabled check

This commit is contained in:
Shao Yu-Lung (Allen) 2021-10-09 10:45:57 +08:00
parent 9a451684f2
commit d5e990caba
1 changed files with 1 additions and 0 deletions

View File

@ -636,6 +636,7 @@ RUN if [ ${INSTALL_IONCUBE} = true ]; then \
&& mv /tmp/ioncube/ioncube_loader_lin_${LARADOCK_PHP_VERSION}.so $(php -r "echo ini_get('extension_dir');")/ioncube_loader.so \
&& printf "zend_extension=ioncube_loader.so\n" > $PHP_INI_DIR/conf.d/0ioncube.ini \
&& rm -rf /tmp/ioncube* \
&& php -m | grep -oiE '^ionCube Loader$' \
;fi \
;fi