add opcache to php 5.5 and 5.6

This commit is contained in:
Marco Pfeiffer
2017-05-04 10:46:07 +02:00
parent 710385f29b
commit db6ed745ac
7 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ ifneq ($(VERSION),$(filter 7.0 7.1 latest, $(VERSION)))
EXTENSIONS += memcached mysql
endif
ifeq ($(VERSION),$(filter 7.0 7.1 latest, $(VERSION)))
# Add more extensions to 7.x series images.
# 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