From 456140f06f4760c4ff058f0769f3491bc8fd1c04 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 24 Apr 2015 11:03:51 -0500 Subject: [PATCH] Add php_display_startup_errors to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d3944c..754664e 100644 --- a/README.md +++ b/README.md @@ -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`.