Skip to content

Fix PHP 8.x compatibility#6186

Closed
manusfreedom wants to merge 1 commit into
bcit-ci:developfrom
manusfreedom:patch-1
Closed

Fix PHP 8.x compatibility#6186
manusfreedom wants to merge 1 commit into
bcit-ci:developfrom
manusfreedom:patch-1

Conversation

@manusfreedom

Copy link
Copy Markdown

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

gxgpet commented Feb 1, 2023

Copy link
Copy Markdown
Contributor

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

marios88 commented Feb 1, 2023

Copy link
Copy Markdown

@madwings

Copy link
Copy Markdown

@gxgpet anything new on this?

@gxgpet

gxgpet commented Feb 10, 2024

Copy link
Copy Markdown
Contributor

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