From 331e56ce38a91e87a6fb8e88154bb5bde445b132 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 28 Jan 2019 13:13:24 +0100 Subject: Remove mbstring.func_overload Deprecated in PHP 7.2 as part of https://wiki.php.net/rfc/deprecations_php_7_2. --- php.ini-production | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'php.ini-production') diff --git a/php.ini-production b/php.ini-production index 98ab119168..5b7f827aa3 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1672,17 +1672,6 @@ zend.assertions = -1 ; http://php.net/mbstring.substitute-character ;mbstring.substitute_character = none -; overload(replace) single byte functions by mbstring functions. -; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(), -; etc. Possible values are 0,1,2,4 or combination of them. -; For example, 7 for overload everything. -; 0: No overload -; 1: Overload mail() function -; 2: Overload str*() functions -; 4: Overload ereg*() functions -; http://php.net/mbstring.func-overload -;mbstring.func_overload = 0 - ; enable strict encoding detection. ; Default: Off ;mbstring.strict_detection = On -- cgit v1.2.1