Merge pull request #12 from Nemo64/opcache

added opcache to extension list in php 5.5+
This commit is contained in:
Paolo Cuffiani
2017-05-04 11:33:38 +02:00
committed by GitHub
15 changed files with 23 additions and 13 deletions
+5
View File
@@ -33,6 +33,11 @@ ifneq ($(VERSION),$(filter 7.0 7.1 latest, $(VERSION)))
EXTENSIONS += mysql
endif
# add opcache check to php version with zend opcache
ifeq ($(VERSION),$(filter 5.5 5.6 7.0 7.1 latest, $(VERSION)))
EXTENSIONS += OPcache
endif
pull:
@for tag in $(TAGS); do \
docker pull $(PARENT_IMAGE):$${tag}; \