added zend opcache to documentation

This commit is contained in:
Marco Pfeiffer
2017-05-04 14:14:17 +02:00
parent 5d47233834
commit 858d4d51f6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@ in addition to those you can already find in the [official PHP image](https://hu
- `pgsql`
- `redis`
- `xdebug`
- `Zend OPcache` (_PHP 5.5+_)
- `zip`
You will probably not need all this stuff. Even if having some extra extensions loaded ain't a big issue in most cases (especially in a development environment), you will very likely want to checkout this repository, remove unwanted extensions from the `Dockerfile`, and build your own image — for sometimes removing is easier than adding. 😉