diff options
author | Melvyn Sopacua <msopacua@php.net> | 2002-10-31 21:21:01 +0000 |
---|---|---|
committer | Melvyn Sopacua <msopacua@php.net> | 2002-10-31 21:21:01 +0000 |
commit | 5062dbee4c750abb49b6abfc74f6e84abb299a2d (patch) | |
tree | 91e8922d5575f742a334a2f0e76ec434f53cf7f7 /ext/xslt/php_sablot.h | |
parent | 45227ec40c6088770f16a79696d4140ed785393b (diff) | |
download | php-git-5062dbee4c750abb49b6abfc74f6e84abb299a2d.tar.gz |
- Add constant XSLT_SABOPT_FILES_TO_HANDLER overriding the default
behavior of Sablotron to handle files itself, even if a scheme-handler
is registered.
- Implement xslt_getopt
- Modify behavior of xslt_setopt, so that it returns the previous value.
# All these need Sab CVS version > 2002/10/31
Diffstat (limited to 'ext/xslt/php_sablot.h')
-rw-r--r-- | ext/xslt/php_sablot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/xslt/php_sablot.h b/ext/xslt/php_sablot.h index fde066bc0b..c35c9e001e 100644 --- a/ext/xslt/php_sablot.h +++ b/ext/xslt/php_sablot.h @@ -67,6 +67,9 @@ PHP_FUNCTION(xslt_errno); PHP_FUNCTION(xslt_free); PHP_FUNCTION(xslt_set_object); PHP_FUNCTION(xslt_setopt); +#ifdef HAVE_SABLOT_GET_OPTIONS +PHP_FUNCTION(xslt_getopt); +#endif PHP_FUNCTION(xslt_backend_version); PHP_FUNCTION(xslt_backend_name); |