From 2c28e321e12b370d002f98094a968c2281f13155 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 18 Mar 2020 22:40:50 -0400 Subject: [PATCH] Pull in upstream updates to the php.ini --- php/php.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php/php.ini b/php/php.ini index a882fc4..d3c18fd 100644 --- a/php/php.ini +++ b/php/php.ini @@ -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 = @@ -404,7 +404,7 @@ max_input_time = 60 ; How many GET/POST/COOKIE input variables may be accepted ;max_input_vars = 1000 -; Maximum amount of memory a script may consume (128MB) +; Maximum amount of memory a script may consume ; http://php.net/memory-limit memory_limit = 128M