From acfb165d75b06f6e2e9f52fd02bb1b2484917035 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Fri, 2 Oct 2015 18:12:42 +0100 Subject: [PATCH] Fix incorrect `TSRMLS_FETCH` call --- context/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context/context.c b/context/context.c index d7d6b02..8bf5fb4 100644 --- a/context/context.c +++ b/context/context.c @@ -17,7 +17,7 @@ engine_context *context_new(void *parent) { } #ifdef ZTS - TSRM_FETCH() + TSRMLS_FETCH(); context->ptsrm_ls = &tsrm_ls; #endif