Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PHP 8.x compatibility #6186

Closed
wants to merge 1 commit into from
Closed

Conversation

manusfreedom
Copy link

xml_parser_create no longer returns a resource but a opaque class XMLParser.

Xmlrpcs.php must be corrected as well.

`xml_parser_create` no longer returns a resource but a opaque class `XMLParser`.
@gxgpet
Copy link
Contributor

gxgpet commented Feb 1, 2023

Sounds good, only that spl_object_id() isn't compatible with all the PHP versions we are supporting. We will have to use something else.

I will try to come up with a suggestion or an implementation in the following days.

@marios88
Copy link

marios88 commented Feb 1, 2023

@madwings
Copy link

@gxgpet anything new on this?

@gxgpet
Copy link
Contributor

gxgpet commented Feb 10, 2024

Hi! Please check #6264 and let me know there if it doesn't work for you.

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.

4 participants