-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Conversation
Test? |
@nikic, I'm trring to extract from laminas-xmlrpc test suite... no success for now |
@nikic test added |
--SKIPIF-- | ||
<?php | ||
if (!extension_loaded('simplexml')) die('skip simplexml not available'); | ||
if (!extension_loaded('dom')) die('skip simplexml not available'); |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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 ....
Merged as 112527d |
Introduce in 8.0.7RC1 by cb84e5c