From e6d07d6fa3e1811dc025cbf215ceec0f62473948 Mon Sep 17 00:00:00 2001 From: Daniel Beulshausen Date: Thu, 23 Nov 2000 14:02:41 +0000 Subject: [PATCH] added missing SABLOTLS_FETCH() --- ext/sablot/sablot.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/sablot/sablot.c b/ext/sablot/sablot.c index d7b5ac3aff..7cade2c711 100644 --- a/ext/sablot/sablot.c +++ b/ext/sablot/sablot.c @@ -895,6 +895,8 @@ PHP_FUNCTION(xslt_set_error_handler) zval **arg1, **arg2; php_sablot *handle; int argc = ZEND_NUM_ARGS(); + + SABLOTLS_FETCH(); if (argc > 2 || argc < 1 || zend_get_parameters_ex(argc, &arg1, &arg2) == FAILURE) { @@ -1175,6 +1177,8 @@ static MH_ERROR _php_sablot_error(void *userData, SablotHandle p, MH_ERROR code, argc = 0, idx, len; + + SABLOTLS_FETCH(); if (userData == NULL) { SABLOT_FREE_ERROR_HANDLE(SABLOTG_HANDLE); -- 2.40.0