1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

Merge branch 'PHP-7.4'

* PHP-7.4:
  Fixed compatibility with phpdbg
This commit is contained in:
Dmitry Stogov
2019-04-18 01:34:13 +03:00
+2
View File
@@ -1613,6 +1613,8 @@ PHP_MSHUTDOWN_FUNCTION(mbstring)
PHP_MSHUTDOWN(mb_regex) (INIT_FUNC_ARGS_PASSTHRU);
#endif
php_internal_encoding_changed = NULL;
return SUCCESS;
}
/* }}} */