summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorJoseph Tate <jtate@php.net>2002-06-07 14:56:08 +0000
committerJoseph Tate <jtate@php.net>2002-06-07 14:56:08 +0000
commit7a58bc690a479efefaeab310f155e1ef0fb6bef6 (patch)
tree26b74e35d8ab036c0047c9508df0c08c96d828cc /ext/domxml/php_domxml.h
parentf3673c8798c2a063e436eabe49fd21071e91a8a1 (diff)
downloadphp-git-7a58bc690a479efefaeab310f155e1ef0fb6bef6.tar.gz
Added aliases to make attr_node access functions more consistent.
Old access functions are now deprecated. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: php_domxml.c CVS: ----------------------------------------------------------------------
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index 3ce7bf3221..eb7bceb0e8 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -51,7 +51,7 @@
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