summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php.ini-development2
-rw-r--r--php.ini-production2
2 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development
index 93dc32da2e..630f9e94e5 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -83,6 +83,8 @@
; development version only in development environments as errors shown to
; application users can inadvertently leak otherwise secure information.
+; This is php.ini-development INI file.
+
;;;;;;;;;;;;;;;;;;;
; Quick Reference ;
;;;;;;;;;;;;;;;;;;;
diff --git a/php.ini-production b/php.ini-production
index 02a43790d2..ba30f90880 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -83,6 +83,8 @@
; development version only in development environments as errors shown to
; application users can inadvertently leak otherwise secure information.
+; This is php.ini-production INI file.
+
;;;;;;;;;;;;;;;;;;;
; Quick Reference ;
;;;;;;;;;;;;;;;;;;;