Fixed compatibility with phpdbg

This commit is contained in:
Dmitry Stogov 2019-04-18 01:33:56 +03:00
parent 02c1f3293e
commit 4c1a25ad5f

View 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;
}
/* }}} */