summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist12
1 files changed, 11 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 48fbacc3ae..71e4bf620e 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -1,5 +1,15 @@
[PHP]
-; $Id$
+
+;;;;;;;;;;;
+; WARNING ;
+;;;;;;;;;;;
+; This is the default settings file for new PHP installations.
+; By default, PHP installs itself with a configuration suitable for
+; development purposes, and *NOT* for production purposes.
+; For several security-oriented considerations that should be taken
+; before going online with your site, please consult php.ini-recommended
+; and http://php.net/manual/en/security.php.
+
;;;;;;;;;;;;;;;;;;;
; About this file ;