mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 02:24:16 -05:00
Merge pull request #12 from Nemo64/opcache
added opcache to extension list in php 5.5+
This commit is contained in:
@@ -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}; \
|
||||
|
||||
Reference in New Issue
Block a user