Installer: check for XML parser method. fixes #3207

This commit is contained in:
Andreas Gohr 2020-07-27 12:34:16 +02:00
parent 19ea627a05
commit 670dc13d7e
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ function check_functions(){
'ob_start opendir parse_ini_file readfile realpath '.
'rename rmdir serialize session_start unlink usleep '.
'preg_replace file_get_contents htmlspecialchars_decode '.
'spl_autoload_register stream_select fsockopen pack');
'spl_autoload_register stream_select fsockopen pack xml_parser_create');
if (!function_exists('mb_substr')) {
$funcs[] = 'utf8_encode';