diff options
author | Sterling Hughes <sterling@php.net> | 2001-01-16 12:02:47 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-01-16 12:02:47 +0000 |
commit | fa0727e794515e8bd1311277fb32e68cce71ea03 (patch) | |
tree | d735ca5eff9585a37d5f3c1cae1c27fb9f478fd8 /ext/sablot/php_sablot.h | |
parent | 12537e97876def42c263711f4c6450970dc3cf36 (diff) | |
download | php-git-fa0727e794515e8bd1311277fb32e68cce71ea03.tar.gz |
@ Added the xslt_set_base function. (Sterling)
Added the SABLOT_SET_ERROR() macro to set sablotron errors...
Diffstat (limited to 'ext/sablot/php_sablot.h')
-rw-r--r-- | ext/sablot/php_sablot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sablot/php_sablot.h b/ext/sablot/php_sablot.h index 6e1d1f3007..cd9f00f4da 100644 --- a/ext/sablot/php_sablot.h +++ b/ext/sablot/php_sablot.h @@ -56,6 +56,7 @@ PHP_FUNCTION(xslt_set_error_handler); #ifdef HAVE_SABLOT_SET_ENCODING PHP_FUNCTION(xslt_set_encoding); #endif +PHP_FUNCTION(xslt_set_base); PHP_FUNCTION(xslt_fetch_result); PHP_FUNCTION(xslt_free); |