Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
3 changed files with 5 additions and 0 deletions
Showing only changes of commit e2fd56bdcd - Show all commits

View file

@ -20,6 +20,7 @@ The **patch** part changes incrementally at each release.
* squid: Remove wait time when we turn off squid
* evomaintenance: Turn on API by default (instead of DB)
* evomaintenance: upstream version 0.5.1
* php: By default, allow 128M for OpCache (instead of 64M)
### Fixed
* lxc-php: Don't remove the default pool

View file

@ -15,6 +15,8 @@
- { option: "log_errors", value: "On" }
- { option: "html_errors", value: "Off" }
- { option: "allow_url_fopen", value: "Off" }
- { option: "opcache.memory_consumption", value: "128M" }
- { option: "opcache.max_accelerated_files", value: "8000" }
- name: Disable PHP functions
ini_file:

View file

@ -15,6 +15,8 @@
- { option: "log_errors", value: "On" }
- { option: "html_errors", value: "Off" }
- { option: "allow_url_fopen", value: "Off" }
- { option: "opcache.memory_consumption", value: "128M" }
- { option: "opcache.max_accelerated_files", value: "8000" }
notify: "restart {{ php_fpm_service_name }}"
- name: Disable PHP functions for FPM