summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-01-28 13:13:24 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-01-28 15:58:23 +0100
commit331e56ce38a91e87a6fb8e88154bb5bde445b132 (patch)
tree08511e83cee516be63afeb9e3a425f52444c8828 /php.ini-development
parent920b4b249f71e6cbfd795f81c6a08126a33c659e (diff)
downloadphp-git-331e56ce38a91e87a6fb8e88154bb5bde445b132.tar.gz
Remove mbstring.func_overload
Deprecated in PHP 7.2 as part of https://wiki.php.net/rfc/deprecations_php_7_2.
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development11
1 files changed, 0 insertions, 11 deletions
diff --git a/php.ini-development b/php.ini-development
index 64c938ae0d..d7445e6d9b 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -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