]> granicus.if.org Git - php/commitdiff
First attempt at fixing 8036
authorSterling Hughes <sterling@php.net>
Sat, 2 Dec 2000 10:28:55 +0000 (10:28 +0000)
committerSterling Hughes <sterling@php.net>
Sat, 2 Dec 2000 10:28:55 +0000 (10:28 +0000)
ext/sablot/sablot.c

index 558e7fb87f4160b561156d4abd9c37758930caff..d8ae642b01df9790507bd4d8b25e30eccb30405d 100644 (file)
@@ -175,8 +175,11 @@ ZEND_GET_MODULE(sablot)
 /* MINIT and MINFO Functions */
 PHP_MINIT_FUNCTION(sablot)
 {
+    SABLOTLS_FETCH();
     le_sablot = zend_register_list_destructors_ex(_php_sablot_free_processor, NULL, "Sablotron XSLT", module_number);
 
+    SABLOTG(processor) = NULL;
+
     return SUCCESS;
 }