Skip to content

Commit 791c195

Browse files
committed
Added php.ini comment header
1 parent 2b39f1a commit 791c195

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

etc/php/development.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
; -------------------------------------
2+
; DEVELOPMENT configuration
3+
; -------------------------------------
4+
15
; this file will overwrite default php.ini settings
26

37
display_errors = 1

etc/php/production.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
; -------------------------------------
2+
; PRODUCTION configuration
3+
; -------------------------------------
4+
15
; this file will overwrite default php.ini settings
26

37
display_errors = 0

0 commit comments

Comments
 (0)