Skip to content

Commit 0ad0a2f

Browse files
oerdnjkaplanlior
authored andcommitted
Add information about which INI file is which inside respective files
1 parent 7a1a1ae commit 0ad0a2f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

php.ini-development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
; development version only in development environments as errors shown to
8484
; application users can inadvertently leak otherwise secure information.
8585

86+
; This is php.ini-development INI file.
87+
8688
;;;;;;;;;;;;;;;;;;;
8789
; Quick Reference ;
8890
;;;;;;;;;;;;;;;;;;;

php.ini-production

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
; development version only in development environments as errors shown to
8484
; application users can inadvertently leak otherwise secure information.
8585

86+
; This is php.ini-production INI file.
87+
8688
;;;;;;;;;;;;;;;;;;;
8789
; Quick Reference ;
8890
;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)