-
Notifications
You must be signed in to change notification settings - Fork 7.9k
fix bug #50989 #2346
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
fix bug #50989 #2346
Conversation
Merged 2fcf125 Thanks. |
* pull-request/2348: fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)
* PHP-7.0: fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)
* PHP-7.1: fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)
* master: (78 commits) bump versions for next in dev removed additional ";" from run-tests.php Remove zend_version() checks from tests Remove ZEND_CHANGES and README.namespaces update NEWS update NEWS Securely zero the hash context key Fixed bug #73983 crash on finish work with phar in cli + opcache fix BC break introduced by php#2346 (sebastianbergmann/phpunit#2454) move id initialization into ctor fix system id initialization for multiple threads Try fpm path for testing in sbin as it is default target FTP: implement MLSD for structured listing of directories, decribed at https://tools.ietf.org/html/rfc3659 fixed bug #50989 (DOM support for LIBXML_NOXMLDECL) [ci skip] news entry for Fixed bug #73987 [ci skip] news entry for Fixed bug #73987 Added tests demonstrating the same effect with abstracts Inheritance checks should not ignore parents if these implement an interface NEWS Add test coverage for bug #72969 ...
)" This reverts commit 62938bf.
* PHP-7.0: sync NEWS with the reverted stuff Revert "fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)" Revert "fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)"
* PHP-7.1: remove the reverted NEWS entry sync NEWS with the reverted stuff Revert "fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)" Revert "fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)"
)" This reverts commit 62938bf.
)" This reverts commit 62938bf.
We are fine with this feature, in principle, but in reality it broke many things that we are not testing right now. I'd be happy to see another attempt at this feature. |
Yeah, to give more background, here are the further test fails in the Horde test suite. https://apps.fedoraproject.org/koschei/package/php-horde-Horde-Text-Filter?collection=f26 The behavior change introduced causes XML entity conversion in this case, where only LIBXML_NOXMLDECL was intended. Thanks. |
No description provided.