Răsfoiți Sursa

Minor change for consistency with PHP 7.4.12

Alexandros Ioannides 5 ani în urmă
părinte
comite
6e0b337f48
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/deb/php/php.ini

+ 2 - 2
src/deb/php/php.ini

@@ -361,10 +361,10 @@ zend.enable_gc = On
 ; Default: ""
 ; Default: ""
 ;zend.script_encoding =
 ;zend.script_encoding =
 
 
-; Allows to include or exclude arguments from stack traces generated for exceptions
-; Default: Off
+; Allows to include or exclude arguments from stack traces generated for exceptions.
 ; In production, it is recommended to turn this setting on to prohibit the output
 ; In production, it is recommended to turn this setting on to prohibit the output
 ; of sensitive information in stack traces
 ; of sensitive information in stack traces
+; Default: Off
 zend.exception_ignore_args = On
 zend.exception_ignore_args = On
 
 
 ;;;;;;;;;;;;;;;;;
 ;;;;;;;;;;;;;;;;;