Browse Source

Missed these

migration/unlabaled-1.67.2
foobar 25 years ago
parent
commit
053cac2c3a
  1. 4
      ext/domxml/php_domxml.c

4
ext/domxml/php_domxml.c

@ -71,8 +71,8 @@ zend_class_entry *xpathobject_class_entry;
#endif
static int node_attributes(zval **attributes, xmlNode *nodep);
static int node_children(zval **children, xmlNode *nodep);
static int node_attributes(zval **attributes, xmlNode *nodep TSRMLS_DC);
static int node_children(zval **children, xmlNode *nodep TSRMLS_DC);
static zend_function_entry domxml_functions[] = {
PHP_FE(domxml_version, NULL)

Loading…
Cancel
Save