master
Migrate skip checks to --EXTENSIONS--, p4
Sync leading and final newlines in source code files
Fix GH-12231: SimpleXML xpath should warn when returning other return types than node lists
tree: drop non canonical casts and ZPP tests
Declare tentative return types for ext/simplexml
Use "must not" instead of "cannot" wording
Add test for SimpleXMLElement::asXML() with a fragment and a filename
added interop test
Fix GH-12170: Can't use xpath with comments in SimpleXML
Fix 'can not' in test data and in code comments
Fix tests for libxml2 2.14
Fix #52751: XPath processing-instruction() function is not supported.
Apply SimpleXML iterator fixes only on master
Backport 4fe8213: Backport libxml2 2.13.2 fixes (#14816)
Fix #79971: special character is breaking the path in xml function
SKIPIF to EXTENSIONS
Revert 746b1cf "Access long value directly for call to count() in simplexml"
Update ext/dom names after policy change (#14171)
Fix getting the address of an uninitialized property of a SimpleXMLElement resulting in a crash
Move test for GH-10200 to the simplexml extension test directory
Fix GH-10983: State-dependant segfault in ReflectionObject::getProperties
Fix GH-12167 and GH-12169: Unable to get comment or processing instruction contents in SimpleXML
Fix GH-12223: Entity reference produces infinite loop in var_dump/print_r
Fix GH-12929: SimpleXMLElement with stream_wrapper_register can segfault
Fix GH-14638: null dereference after XML parsing failure.
Add missing extension dependencies for tests
Partially fix GH-16317: SimpleXML does not allow __debugInfo() overrides to work
Fix GH-16808: Segmentation fault in RecursiveIteratorIterator->current() with a xml element input
Fix GH-17040: SimpleXML's unset can break DOM objects
Fix GH-17153: SimpleXML crash when using autovivification on document
Fix GH-17409: Assertion failure Zend/zend_hash.c:1730
Fix GH-17736: Assertion failure zend_reference_destroy()
Fix sxe test
Fix GH-18597: Heap-buffer-overflow in zend_alloc.c when assigning string with UTF-8 bytes
Add a test case for iterator and empty & var_dump interactions
Use EXTENSIONS instead of SKIPIF sections in *.phpt
ext/simplexml: Remove bool type coercions in tests
[RFC] Add a way to opt-in ext/dom spec compliance (#13031)
Merge branch 'PHP-7.3' into PHP-7.4
Fix permissions
Add LIBXML_NO_XXE constant (#14844)
Add LIBXML_RECOVER (#13504)