diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-24 07:37:35 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-24 07:37:35 +0100 |
commit | be718bee8dd500b89016ae46e38d3837de1b1f7d (patch) | |
tree | e69e45b8e6ece83a4a78ede823a9727d0414eecf /php.ini | |
parent | 11a8107f181c37ec0ed79f019cb7471aca784001 (diff) |
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. |