summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-02-10 10:05:42 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-02-10 10:05:42 +0100
commit2ff79942ccea1233e5a2c1aa937a41358174dfdf (patch)
treedf060fcf176a486edffe7545165df3433e56718c /php.ini-development
parent421a7342fe5a10de38cad88e30c0f0ccdab1292b (diff)
parent038ca4bb07abc87f5030c0257fe81876799e22b4 (diff)
downloadphp-git-2ff79942ccea1233e5a2c1aa937a41358174dfdf.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Remove hint to security purpose of disable_functions
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development4
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-development b/php.ini-development
index f69f06aa3d..db6800b934 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -306,12 +306,12 @@ serialize_precision = -1
; http://php.net/open-basedir
;open_basedir =
-; This directive allows you to disable certain functions for security reasons.
+; This directive allows you to disable certain functions.
; It receives a comma-delimited list of function names.
; http://php.net/disable-functions
disable_functions =
-; This directive allows you to disable certain classes for security reasons.
+; This directive allows you to disable certain classes.
; It receives a comma-delimited list of class names.
; http://php.net/disable-classes
disable_classes =