Add php_display_startup_errors to README.

This commit is contained in:
Jeff Geerling 2015-04-24 11:03:51 -05:00
parent bd2ef93fae
commit 456140f06f

View File

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