Feature: Disable PHP modules

This commit is contained in:
cytopia
2018-05-20 16:43:44 +02:00
parent de3b0dcc17
commit a4924537de
4 changed files with 68 additions and 1 deletions

View File

@@ -160,6 +160,12 @@ copy_ini_files "${PHP_CUST_INI_DIR}" "${PHP_INI_DIR}" "${DEBUG_LEVEL}"
copy_fpm_files "${PHP_CUST_FPM_DIR}" "${PHP_FPM_DIR}" "${DEBUG_LEVEL}"
###
### Disable PHP Modules
###
disable_modules "DISABLE_MODULES" "${DEBUG_LEVEL}"
###
### Startup
###