summaryrefslogtreecommitdiff
path: root/ext/xsl/php_xsl.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2003-11-28 22:08:16 +0000
committerChristian Stocker <chregu@php.net>2003-11-28 22:08:16 +0000
commit3f07e4364cae8499626d5db4a42cb2d4f6aa6af7 (patch)
tree14e4462286f38dc946aea7e4787db74750c1806e /ext/xsl/php_xsl.h
parent29a46b2ff6efe5b57def5ac8b03f391b9283b36e (diff)
downloadphp-git-3f07e4364cae8499626d5db4a42cb2d4f6aa6af7.tar.gz
@- Added possibility to call php functions as XSLT-functions (chregu)
- Added possibility to call php functions as XSLT-functions eg: <xsl:value-of select="php:function('date','r')"/> Namespace is http://php.net/functions
Diffstat (limited to 'ext/xsl/php_xsl.h')
-rw-r--r--ext/xsl/php_xsl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/xsl/php_xsl.h b/ext/xsl/php_xsl.h
index f0ce76955e..cdcea90f42 100644
--- a/ext/xsl/php_xsl.h
+++ b/ext/xsl/php_xsl.h
@@ -46,6 +46,9 @@ extern zend_module_entry xsl_module_entry;
#include "../dom/xml_common.h"
#include "xsl_fe.h"
+#include <libxslt/extensions.h>
+#include <libxml/xpathInternals.h>
+
typedef struct _xsl_object {
zend_object std;
void *ptr;