File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -442,11 +442,11 @@ memory_limit = 128M
442442; operators. The error level constants are below here for convenience as well as
443443; some common settings and their meanings.
444444; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
445- ; those related to E_NOTICE, which together cover best practices and
446- ; recommended coding standards in PHP. For performance reasons, this is the
447- ; recommend error reporting setting. Your production server shouldn't be wasting
448- ; resources complaining about best practices and coding standards. That's what
449- ; development servers and development settings are for.
445+ ; those related to E_NOTICE, which covers best practices and recommended coding
446+ ; standards in PHP. For performance reasons, this is the recommended error
447+ ; reporting setting. Your production server shouldn't be wasting resources
448+ ; complaining about best practices and coding standards. That's what develoment
449+ ; servers and development settings are for.
450450; Note: The php.ini-development file has this setting as E_ALL. This
451451; means it pretty much reports everything which is exactly what you want during
452452; development and early testing.
You can’t perform that action at this time.
0 commit comments