Merge branch 'PHP-7.3'

This commit is contained in:
Nikita Popov 2018-10-23 14:25:22 +02:00
commit ed7d98ce13
3 changed files with 143 additions and 2 deletions

View file

@ -296,8 +296,6 @@ static zend_bool soap_check_zval_ref(zval *data, xmlNodePtr node) {
if (node_ptr == node) {
return 0;
}
xmlNodeSetName(node, node_ptr->name);
xmlSetNs(node, node_ptr->ns);
if (SOAP_GLOBAL(soap_version) == SOAP_1_1) {
while (1) {
attr = get_attribute(attr, "id");