Commit:    0ad0a2f56ea5f9822297fec8e2816751b9a4f653
Author:    Ondřej Surý <ond...@sury.org>         Fri, 27 Sep 2013 17:46:14 +0200
Committer: Lior Kaplan <kaplanl...@gmail.com>      Fri, 27 Sep 2013 17:46:14 
+0200
Parents:   7a1a1aec8c90fff8a24dc53d2232e22fbca3d39f
Branches:  PHP-5.4 PHP-5.5

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=0ad0a2f56ea5f9822297fec8e2816751b9a4f653

Log:
Add information about which INI file is which inside respective files

Changed paths:
  M  php.ini-development
  M  php.ini-production


Diff:
diff --git a/php.ini-development b/php.ini-development
index ba20bd3..b935f22 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 db48a8f..4ee7ac9 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 ;
 ;;;;;;;;;;;;;;;;;;;


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to