mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.3'
This commit is contained in:
commit
ed7d98ce13
3 changed files with 143 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue