Skip to content

Fix bug #81325 Segfault in zif_simplexml_import_dom #7335

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

Closed
wants to merge 2 commits into from

Conversation

remicollet
Copy link
Member

Introduce in 8.0.7RC1 by cb84e5c

@nikic
Copy link
Member

nikic commented Aug 3, 2021

Test?

@remicollet
Copy link
Member Author

@nikic, I'm trring to extract from laminas-xmlrpc test suite... no success for now

@remicollet
Copy link
Member Author

@nikic test added

--SKIPIF--
<?php
if (!extension_loaded('simplexml')) die('skip simplexml not available');
if (!extension_loaded('dom')) die('skip simplexml not available');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skip message is incorrect

can this use EXTENSIONS section ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EXTENSIONS is used as of 8.1 only.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skip message is incorrect

@krakjoe, typo fixed.

can this use EXTENSIONS section ?

This is only 8.1, right ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah right, missed target ... so in master it should use EXTENSIONS, and in 8.0 the skip message should change for dom ....

@krakjoe krakjoe added the Bug label Aug 3, 2021
@remicollet
Copy link
Member Author

Merged as 112527d

@remicollet remicollet closed this Aug 3, 2021
@remicollet remicollet deleted the issue-81325 branch August 3, 2021 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants