From: foobar Date: Wed, 28 Aug 2002 02:08:57 +0000 (+0000) Subject: Fix ZTS build X-Git-Tag: RELEASE_0_91~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1939764d9857d55c1582c2b47d22a5dc4ca0aed2;p=php Fix ZTS build --- diff --git a/ext/mbstring/mbregex.c b/ext/mbstring/mbregex.c index 912d2ada08..26348242db 100644 --- a/ext/mbstring/mbregex.c +++ b/ext/mbstring/mbregex.c @@ -305,6 +305,7 @@ init_syntax_once() static int done = 0; char *s = emalloc(10240), *sp; int ch; + TSRMLS_FETCH(); if (done) return;