lxc-php: Don't disable putenv() by default in PHP settings

This commit is contained in:
Ludovic Poujol 2020-06-04 11:51:25 +02:00
parent ead0b7fd88
commit 90704dc712
2 changed files with 2 additions and 1 deletions

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