mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Backport libxml2 2.13.2 fixes (#14816)
Backproted from https://github.com/php/php-src/pull/14789
This commit is contained in:
parent
7b74cadf8c
commit
4fe821311c
19 changed files with 109 additions and 27 deletions
|
@ -419,8 +419,10 @@ php_libxml_input_buffer_create_filename(const char *URI, xmlCharEncoding enc)
|
|||
static xmlOutputBufferPtr
|
||||
php_libxml_output_buffer_create_filename(const char *URI,
|
||||
xmlCharEncodingHandlerPtr encoder,
|
||||
int compression ATTRIBUTE_UNUSED)
|
||||
int compression)
|
||||
{
|
||||
ZEND_IGNORE_VALUE(compression);
|
||||
|
||||
xmlOutputBufferPtr ret;
|
||||
xmlURIPtr puri;
|
||||
void *context = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue