Release 10.2.0 #114

Manually merged
jlecour merged 103 commits from unstable into stable 2020-09-17 14:14:16 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 90704dc712 - Show all commits

View file

@ -12,6 +12,7 @@ The **patch** part changes incrementally at each release.
### Added
* lxc-php: Install php-sqlite by default
* lxc-php: Don't disable putenv() by default in PHP settings
* mysql: activate binary logs by specifying log_bin path
* mysql: specify a custom server_id
* mysql: option to define as read only

View file

@ -5,7 +5,7 @@ php_conf_display_errors: "Off"
php_conf_log_errors: "On"
php_conf_html_errors: "Off"
php_conf_allow_url_fopen: "Off"
php_conf_disable_functions: "exec,shell-exec,system,passthru,putenv,popen"
php_conf_disable_functions: "exec,shell-exec,system,passthru,popen"
lxc_php_version: Null