File tree Expand file tree Collapse file tree
DOCUMENTATION/content/documentation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1607,7 +1607,7 @@ YAML PHP extension allows you to easily parse and create YAML structured data. I
16071607
160816081 - Open the ` .env ` file
16091609<br >
1610- 2 - Search for the ` INSTALL_YAML ` argument under the PHP-FPM container
1610+ 2 - Search for the ` PHP_FPM_INSTALL_YAML ` argument under the PHP-FPM container
16111611<br >
161216123 - Set it to ` true `
16131613<br >
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ services:
156156 - INSTALL_CALENDAR=${PHP_FPM_INSTALL_CALENDAR}
157157 - INSTALL_FAKETIME=${PHP_FPM_INSTALL_FAKETIME}
158158 - INSTALL_IONCUBE=${PHP_FPM_INSTALL_IONCUBE}
159- - INSTALL_YAML=${INSTALL_YAML }
159+ - INSTALL_YAML=${PHP_FPM_INSTALL_YAML }
160160 volumes :
161161 - ./php-fpm/php${PHP_VERSION}.ini:/usr/local/etc/php/php.ini
162162 - ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ PHP_FPM_INSTALL_CALENDAR=false
162162PHP_FPM_INSTALL_FAKETIME=false
163163PHP_FPM_INSTALL_IONCUBE=false
164164PHP_FPM_FAKETIME=-0
165- INSTALL_YAML =false
165+ PHP_FPM_INSTALL_YAML =false
166166
167167### PHP_WORKER ############################################
168168
You can’t perform that action at this time.
0 commit comments