Skip to content

Commit 9d862fc

Browse files
authored
Update php.ini-development
1 parent b6dbfea commit 9d862fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

php.ini-development

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)