mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix compilation on libxml2 2.13
This commit is contained in:
parent
0bd260218b
commit
85705eda71
7 changed files with 22 additions and 7 deletions
|
@ -544,8 +544,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