diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-24 07:32:35 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-24 07:32:35 +0100 |
commit | a4507003bd92a112597b8251677d4267a80fd237 (patch) | |
tree | a8339df5b96fee4fb649cf9331a7996f7aae97e7 /php.ini | |
parent | 863624f1b3e9d3670caa7dbfe8d968b857ba3fb2 (diff) |
update to 8.1.0 GAv8.1.0
Diffstat (limited to 'php.ini')
-rw-r--r-- | php.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |