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

Add the support for PHP 8.4 #14

Merged
merged 3 commits into from
Jan 13, 2025
Merged

Add the support for PHP 8.4 #14

merged 3 commits into from
Jan 13, 2025

Conversation

macbre
Copy link
Member

@macbre macbre commented Jan 6, 2025

Fix deprecations

Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to xml_set_*_handler() functions in xml-iterator/src/XMLParser.php on line 65
Deprecated: xml_set_element_handler(): Passing non-callable strings is deprecated since 8.4 in xml-iterator/src/XMLParser.php on line 66
Deprecated: xml_set_character_data_handler(): Passing non-callable strings is deprecated since 8.4 in xml-iterator/src/XMLParser.php on line 67

php/php-src@25b4696

@macbre macbre self-assigned this Jan 6, 2025
Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to xml_set_*_handler() functions in xml-iterator/src/XMLParser.php on line 65
Deprecated: xml_set_element_handler(): Passing non-callable strings is deprecated since 8.4 in xml-iterator/src/XMLParser.php on line 66
Deprecated: xml_set_character_data_handler(): Passing non-callable strings is deprecated since 8.4 in xml-iterator/src/XMLParser.php on line 67

----

See php/php-src@25b4696
@macbre macbre marked this pull request as ready for review January 13, 2025 21:15
@macbre macbre merged commit 240da01 into master Jan 13, 2025
4 checks passed
@macbre macbre deleted the php/8.4 branch January 13, 2025 21:16
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.

1 participant