mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- ws
This commit is contained in:
parent
84adf49281
commit
63fa1fb1ca
1 changed files with 3 additions and 3 deletions
|
@ -228,9 +228,9 @@ static void php_libxml_node_free_list(xmlNodePtr node TSRMLS_DC)
|
|||
php_libxml_node_free_list((xmlNodePtr) node->properties TSRMLS_CC);
|
||||
break;
|
||||
case XML_ATTRIBUTE_NODE:
|
||||
if ((node->doc != NULL) && (((xmlAttrPtr) node)->atype == XML_ATTRIBUTE_ID)) {
|
||||
xmlRemoveID(node->doc, (xmlAttrPtr) node);
|
||||
}
|
||||
if ((node->doc != NULL) && (((xmlAttrPtr) node)->atype == XML_ATTRIBUTE_ID)) {
|
||||
xmlRemoveID(node->doc, (xmlAttrPtr) node);
|
||||
}
|
||||
case XML_ATTRIBUTE_DECL:
|
||||
case XML_DTD_NODE:
|
||||
case XML_DOCUMENT_TYPE_NODE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue