Skip to content

Commit 5b60b7f

Browse files
authored
Merge pull request laradock#760 from bestlong/patch-1
fix php-fpm PHP56 can't enabled MySQL Support
2 parents 6e1911b + d376074 commit 5b60b7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ services:
6464
- INSTALL_EXIF=${PHP_FPM_INSTALL_EXIF}
6565
- INSTALL_AEROSPIKE_EXTENSION=${PHP_FPM_INSTALL_AEROSPIKE_EXTENSION}
6666
- INSTALL_MYSQLI=${PHP_FPM_INSTALL_MYSQLI}
67+
- INSTALL_MYSQL=${PHP_FPM_INSTALL_MYSQL}
6768
- INSTALL_TOKENIZER=${PHP_FPM_INSTALL_TOKENIZER}
6869
- INSTALL_INTL=${PHP_FPM_INSTALL_INTL}
6970
dockerfile: "Dockerfile-${PHP_VERSION}"

0 commit comments

Comments
 (0)