summaryrefslogtreecommitdiff
path: root/ext/xslt/php_sablot.h
diff options
context:
space:
mode:
authorDavid Viner <dviner@php.net>2002-10-04 23:06:10 +0000
committerDavid Viner <dviner@php.net>2002-10-04 23:06:10 +0000
commit4f98cc5a5516a4149bd7f2833873a62870623ff8 (patch)
treea75d97c1d36b792eccf3ad13ca7aea144c1bb251 /ext/xslt/php_sablot.h
parent1665272cee90202bf7641e87f77f21f19d8f2ff2 (diff)
downloadphp-git-4f98cc5a5516a4149bd7f2833873a62870623ff8.tar.gz
adding the xslt_set_object function (as per discussion on php-dev and
the newly created sab-php@gingerall.cz) --dviner
Diffstat (limited to 'ext/xslt/php_sablot.h')
-rw-r--r--ext/xslt/php_sablot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/xslt/php_sablot.h b/ext/xslt/php_sablot.h
index 513c6287ea..abac3aa18b 100644
--- a/ext/xslt/php_sablot.h
+++ b/ext/xslt/php_sablot.h
@@ -62,9 +62,11 @@ PHP_FUNCTION(xslt_process);
PHP_FUNCTION(xslt_error);
PHP_FUNCTION(xslt_errno);
PHP_FUNCTION(xslt_free);
+PHP_FUNCTION(xslt_set_object);
PHP_FUNCTION(xslt_backend_version);
PHP_FUNCTION(xslt_backend_name);
+
struct scheme_handlers {
zval *get_all;
zval *open;
@@ -112,6 +114,7 @@ typedef struct {
struct xslt_handlers *handlers;
struct xslt_processor processor;
struct xslt_error *err;
+ zval *object;
} php_xslt;
#else