php.ini query
1 posts by 1 authors in: Forums > CMS Builder
Last Post: 9 hours ago (RSS)
By mark99 - 9 hours ago
I've noticed that recent releases have come with a couple of php.ini settings enabled by default:
display_startup_errors = On
display_errors = On
I'm just wondering why, since it's usually good security practice not to show errors, so shouldn't these two be disabled by default?