Browse Source

simplexml property modification works now

migration/unlabaled-1.3.2
Sterling Hughes 24 years ago
parent
commit
7d9a4a0ad8
  1. 1
      ext/simplexml/simplexml.c

1
ext/simplexml/simplexml.c

@ -189,7 +189,6 @@ sxe_property_write(zval *object, zval *member, zval *value TSRMLS_DC)
sxe = php_sxe_fetch_object(object TSRMLS_CC);
GET_NODE(sxe, node);
node = node->xmlChildrenNode;
while (node) {
if (!xmlStrcmp(node->name, name)) {

Loading…
Cancel
Save