summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorjsmmo <48855822+jsmmo@users.noreply.github.com>2020-02-05 11:27:33 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-02-10 10:05:09 +0100
commit038ca4bb07abc87f5030c0257fe81876799e22b4 (patch)
tree2f12af01fec97e6fdaf3680a86e9a3f866f59ff5 /php.ini-development
parent6295ff77b780705d132b15990c2904d2fe596e57 (diff)
downloadphp-git-038ca4bb07abc87f5030c0257fe81876799e22b4.tar.gz
Remove hint to security purpose of disable_functions
These features are not intended to offer security against a determined attacher with full local code execution privileges. Closes GH-5150.
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 f3b9c284b4..30c6517f34 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 =