]> granicus.if.org Git - php/commitdiff
Remove hint to security purpose of disable_functions
authorjsmmo <48855822+jsmmo@users.noreply.github.com>
Wed, 5 Feb 2020 10:27:33 +0000 (11:27 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 10 Feb 2020 09:05:09 +0000 (10:05 +0100)
These features are not intended to offer security against a
determined attacher with full local code execution privileges.

Closes GH-5150.

php.ini-development
php.ini-production

index f3b9c284b4d058f6d3a9ed48df167ee1552fa368..30c6517f3440420e54127ad5d0db226591f6ad5d 100644 (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 =
index 9bd80ab94d6b15251c7d04ec27d24f232c4af9cf..71278d5b8627ad455bb0397fb278215e7cfffdc0 100644 (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 =