diff options
author | Sterling Hughes <sterling@php.net> | 2000-12-08 09:29:09 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-12-08 09:29:09 +0000 |
commit | 9b3942a79a39cbb945184d536d96d56ee6af5343 (patch) | |
tree | ed30679c003484dfcef419e8f6f666cc9d5e5cfb /ext/sablot/php_sablot.h | |
parent | 767fa2c6af1678be1e87c7bce2bf1f01d95cbade (diff) | |
download | php-git-9b3942a79a39cbb945184d536d96d56ee6af5343.tar.gz |
Fix sablotron.
Add a little beautifying of the extensions name for phpcredits() (Sablotron XSLT not Sablot).
#would somebody please add this to the release tree, thanks much!
Diffstat (limited to 'ext/sablot/php_sablot.h')
-rw-r--r-- | ext/sablot/php_sablot.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/sablot/php_sablot.h b/ext/sablot/php_sablot.h index e4dabd2c8f..cd5b045669 100644 --- a/ext/sablot/php_sablot.h +++ b/ext/sablot/php_sablot.h @@ -35,9 +35,7 @@ extern zend_module_entry sablot_module_entry; /* Module functions */ PHP_MINIT_FUNCTION(sablot); PHP_MINFO_FUNCTION(sablot); - -/* Request functions */ -PHP_RSHUTDOWN_FUNCTION(sablot); +PHP_MSHUTDOWN_FUNCTION(sablot); /* Output transformation functions */ PHP_FUNCTION(xslt_output_begintransform); @@ -100,7 +98,6 @@ typedef struct { /* Sablotron Globals */ typedef struct { zval *errorHandler; - SablotHandle processor; php_sablot_error *errors; php_sablot_error errors_start; char *output_transform_file; /* For output transformations */ |