Improve opcache clean

* force enabling php imagick extension
This commit is contained in:
VirtuBox
2019-12-10 18:42:27 +01:00
parent 66c73ce8e1
commit ef6c1d2a99
4 changed files with 36 additions and 11 deletions

View File

@@ -10,7 +10,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
#### Changed
- Improve WordOps performance by removing useless imports in `wo site` code
- Improved WordOps performance by removing useless imports in `wo site` code
- Improved opcache cleaning with `wo clean --opcache`
- Force php imagick extension to be enabled after php-fpm install
#### Fixed