Merge branch 'PHP-7.4'

* PHP-7.4:
  Remove hint to security purpose of disable_functions
This commit is contained in:
Nikita Popov 2020-02-10 10:05:42 +01:00
commit 2ff79942cc
2 changed files with 4 additions and 4 deletions

View file

@ -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 =

View file

@ -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 =