static zend_function_entry php_domxmlattr_class_functions[] = {
PHP_FALIAS(domattribute, domxml_doc_create_attribute, NULL)
+ PHP_FALIAS(node_name, domxml_attr_name, NULL)
+ PHP_FALIAS(node_value, domxml_attr_value, NULL)
+ PHP_FALIAS(node_specified, domxml_attr_specified, NULL)
+ /* Deprecated left in for BC */
PHP_FALIAS(name, domxml_attr_name, NULL)
PHP_FALIAS(value, domxml_attr_value, NULL)
PHP_FALIAS(specified, domxml_attr_specified, NULL)
therefore it's easier for the script-programmers to check, what's working how
Can be checked with phpversion("domxml");
*/
-#define DOMXML_API_VERSION "20020530"
+#define DOMXML_API_VERSION "20020607"
extern zend_module_entry domxml_module_entry;
#define domxml_module_ptr &domxml_module_entry