mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.2'
* PHP-8.2: Fix GH-11160: Few tests failed building with new libxml 2.11.0
This commit is contained in:
commit
82b05373b1
10 changed files with 178 additions and 2 deletions
|
@ -514,6 +514,8 @@ static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg)
|
|||
} else {
|
||||
php_error_docref(NULL, level, "%s in Entity, line: %d", msg, parser->input->line);
|
||||
}
|
||||
} else {
|
||||
php_error_docref(NULL, E_WARNING, "%s", msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue