From a4507003bd92a112597b8251677d4267a80fd237 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Nov 2021 07:32:35 +0100 Subject: update to 8.1.0 GA --- php.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php.ini') diff --git a/php.ini b/php.ini index fce542f..07b7a0f 100644 --- a/php.ini +++ b/php.ini @@ -1555,8 +1555,8 @@ zend.assertions = -1 ; This directive specifies the regex pattern of content types for which mb_output_handler() ; is activated. -; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml) -;mbstring.http_output_conv_mimetype= +; Default: mbstring.http_output_conv_mimetypes=^(text/|application/xhtml\+xml) +;mbstring.http_output_conv_mimetypes= ; This directive specifies maximum stack depth for mbstring regular expressions. It is similar ; to the pcre.recursion_limit for PCRE. -- cgit