mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [ci skip] NEWS Backport libxml2 2.13.2 fixes (#14816)
This commit is contained in:
commit
ecf0bb0fd1
22 changed files with 114 additions and 31 deletions
|
@ -580,8 +580,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