Skip to content

Commit e98fc7d

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Add information about which INI file is which inside respective files
2 parents 8034669 + 0ad0a2f commit e98fc7d

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)