Skip to content

Commit 2ff7994

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Remove hint to security purpose of disable_functions
2 parents 421a734 + 038ca4b commit 2ff7994

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

php.ini-development

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,12 @@ serialize_precision = -1
306306
; http://php.net/open-basedir
307307
;open_basedir =
308308

309-
; This directive allows you to disable certain functions for security reasons.
309+
; This directive allows you to disable certain functions.
310310
; It receives a comma-delimited list of function names.
311311
; http://php.net/disable-functions
312312
disable_functions =
313313

314-
; This directive allows you to disable certain classes for security reasons.
314+
; This directive allows you to disable certain classes.
315315
; It receives a comma-delimited list of class names.
316316
; http://php.net/disable-classes
317317
disable_classes =

php.ini-production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,12 @@ serialize_precision = -1
306306
; http://php.net/open-basedir
307307
;open_basedir =
308308

309-
; This directive allows you to disable certain functions for security reasons.
309+
; This directive allows you to disable certain functions.
310310
; It receives a comma-delimited list of function names.
311311
; http://php.net/disable-functions
312312
disable_functions =
313313

314-
; This directive allows you to disable certain classes for security reasons.
314+
; This directive allows you to disable certain classes.
315315
; It receives a comma-delimited list of class names.
316316
; http://php.net/disable-classes
317317
disable_classes =

0 commit comments

Comments
 (0)