summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-08-22 15:02:41 +0000
committerChristian Stocker <chregu@php.net>2002-08-22 15:02:41 +0000
commit1f57dec2bf33a6c1a77edc28b6cb94a9381c171a (patch)
tree5d8b62ececef5d2623c3bc8b2776afdb110c8946 /ext/domxml/php_domxml.h
parent2ce44cd99c34c9fa8aebb3425468fb62ec807df3 (diff)
downloadphp-git-1f57dec2bf33a6c1a77edc28b6cb94a9381c171a.tar.gz
@- Added XsltObject->dump_mem($result) for returning xslt-result directly
@ into a string (morus.walter@web.de, chregu) - XsltObject->dump_file() will follow - bumped up needed libxslt version to 1.0.18
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index fe5b861893..0c799f5253 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -229,6 +229,7 @@ PHP_FUNCTION(domxml_xslt_stylesheet);
PHP_FUNCTION(domxml_xslt_stylesheet_doc);
PHP_FUNCTION(domxml_xslt_stylesheet_file);
PHP_FUNCTION(domxml_xslt_process);
+PHP_FUNCTION(domxml_xslt_dump_mem);
PHP_FUNCTION(domxml_xslt_version);
#endif
typedef struct {