diff options
author | Ondřej Surý <ondrej@sury.org> | 2013-09-27 17:46:14 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2013-09-27 17:46:14 +0200 |
commit | 0ad0a2f56ea5f9822297fec8e2816751b9a4f653 (patch) | |
tree | 288c01cae3a4886adea45f8a9599f1a8d5c2998a /php.ini-production | |
parent | 7a1a1aec8c90fff8a24dc53d2232e22fbca3d39f (diff) | |
download | php-git-0ad0a2f56ea5f9822297fec8e2816751b9a4f653.tar.gz |
Add information about which INI file is which inside respective files
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php.ini-production b/php.ini-production index db48a8fbc8..4ee7ac92ce 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 ; ;;;;;;;;;;;;;;;;;;; |