mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Backproted from https://github.com/php/php-src/pull/14789
This commit is contained in:
parent
dbde99d875
commit
bb46b4b799
17 changed files with 107 additions and 25 deletions
|
@ -430,8 +430,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