Browse Source

Add information about which INI file is which inside respective files

PHP-5.4.21
Ondřej Surý 13 years ago
committed by Lior Kaplan
parent
commit
0ad0a2f56e
  1. 2
      php.ini-development
  2. 2
      php.ini-production

2
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 ;
;;;;;;;;;;;;;;;;;;;

2
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 ;
;;;;;;;;;;;;;;;;;;;

Loading…
Cancel
Save