Skip to content

Conversation

@ndossche
Copy link
Contributor

Fixes #817.

@ndossche
Copy link
Contributor Author

Hmm, the error on buster is:

  /usr/local/include/php/ext/libxml/php_libxml.h:111:47: error: invalid conversion from 'void*' to 'php_libxml_doc_ptr*' [-fpermissive]
     php_libxml_invalidate_node_list_cache(docp->_private);

it looks like it has an outdated header as that code is not in the 8.3RC5 branch

@mlocati
Copy link
Owner

mlocati commented Oct 30, 2023

it looks like it has an outdated header as that code is not in the 8.3RC5 branch

Yep, it seems that they have dismissed support for PHP 8.3 on buster (see docker-library/php#1416)

@mlocati mlocati merged commit 244407b into mlocati:master Oct 31, 2023
@mlocati
Copy link
Owner

mlocati commented Oct 31, 2023

Thanks!

abdomassoun pushed a commit to abdomassoun/docker-php-extension-installer that referenced this pull request Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Re-add support for xmldiff on PHP 8.3

2 participants