]> granicus.if.org Git - php/commitdiff
Fixed compatibility with phpdbg
authorDmitry Stogov <dmitry@zend.com>
Wed, 17 Apr 2019 22:33:56 +0000 (01:33 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 17 Apr 2019 22:33:56 +0000 (01:33 +0300)
ext/mbstring/mbstring.c

index 61e47630efd51931d960984ffbf023ef403e7310..69d5fa91017c130016eb5c071dd282614c00232e 100644 (file)
@@ -1690,6 +1690,8 @@ PHP_MSHUTDOWN_FUNCTION(mbstring)
        PHP_MSHUTDOWN(mb_regex) (INIT_FUNC_ARGS_PASSTHRU);
 #endif
 
+       php_internal_encoding_changed = NULL;
+
        return SUCCESS;
 }
 /* }}} */