For #31: Document new php_expose_php option.

This commit is contained in:
Jeff Geerling 2015-05-11 10:28:03 -07:00
parent f0d922699d
commit 41ac428ea3

View File

@ -57,6 +57,7 @@ By default, all the extra defaults below are applied through the php.ini include
php_error_reporting: "E_ALL & ~E_DEPRECATED & ~E_STRICT"
php_display_errors: "Off"
php_display_startup_errors: "On"
php_expose_php: "On"
Various defaults for PHP. Only used if `php_use_managed_ini` is set to `true`.