diff options
| author | Rui Hirokawa <hirokawa@php.net> | 2001-01-06 08:37:00 +0000 |
|---|---|---|
| committer | Rui Hirokawa <hirokawa@php.net> | 2001-01-06 08:37:00 +0000 |
| commit | 20aa57ec0d5277b334c217e70e01066ddff599d0 (patch) | |
| tree | 5bec3da372296f6f4a66a0061d29a918136b68f0 /ext/sablot/php_sablot.h | |
| parent | 56ffa5723c23030617d04e0a2b08ed628709aabe (diff) | |
| download | php-git-20aa57ec0d5277b334c217e70e01066ddff599d0.tar.gz | |
linked with libexpat. it's necessary to use sablot-0.50. added xslt_set_encoding() function.
Diffstat (limited to 'ext/sablot/php_sablot.h')
| -rw-r--r-- | ext/sablot/php_sablot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/sablot/php_sablot.h b/ext/sablot/php_sablot.h index 79f9566b13..6e1d1f3007 100644 --- a/ext/sablot/php_sablot.h +++ b/ext/sablot/php_sablot.h @@ -53,6 +53,9 @@ PHP_FUNCTION(xslt_create); PHP_FUNCTION(xslt_run); PHP_FUNCTION(xslt_set_sax_handler); PHP_FUNCTION(xslt_set_error_handler); +#ifdef HAVE_SABLOT_SET_ENCODING +PHP_FUNCTION(xslt_set_encoding); +#endif PHP_FUNCTION(xslt_fetch_result); PHP_FUNCTION(xslt_free); |
