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.
This commit is contained in:
jsmmo 2020-02-05 11:27:33 +01:00 committed by Nikita Popov
parent 6295ff77b7
commit 038ca4bb07
2 changed files with 4 additions and 4 deletions

View File

@ -306,12 +306,12 @@ serialize_precision = -1
; http://php.net/open-basedir ; http://php.net/open-basedir
;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. ; It receives a comma-delimited list of function names.
; http://php.net/disable-functions ; http://php.net/disable-functions
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. ; It receives a comma-delimited list of class names.
; http://php.net/disable-classes ; http://php.net/disable-classes
disable_classes = disable_classes =

View File

@ -306,12 +306,12 @@ serialize_precision = -1
; http://php.net/open-basedir ; http://php.net/open-basedir
;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. ; It receives a comma-delimited list of function names.
; http://php.net/disable-functions ; http://php.net/disable-functions
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. ; It receives a comma-delimited list of class names.
; http://php.net/disable-classes ; http://php.net/disable-classes
disable_classes = disable_classes =