version: beta-2.0
program: php
bug revision: b5e12bd4da
fix revision: 163b3bcec9
repos: git, https://github.com/php/php-src.git
failing tests:
	ext/dom/tests/DOMDocument_saveHTML_variant1.phpt

minutes between bug rev and fix rev: 388
files edited: 1
lines added or changed: 41
lines deleted or changed: 11
bug report priority: No information regarding priority in bug report
bug management links: https://bugs.php.net/bug.php?id=39771
Security related?: No
Bug type: Feature request

Additional bug info: make DOMDocument::saveHTML accept optional DOMNodes;
consistent with spec in XML processing

Human patch:
    changes data structures or types?: No
    changes method signature?: No
    changes arguments to a function?: No
    added 1 or more function calls?: Yes
    changes conditional?: Yes
    adds new variables?: Yes
    adds 1 or more if-statements?: Yes
    adds 1 or more loops?: No
    adds a whole new function?: No
