summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbregex.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-08-28 02:08:57 +0000
committerfoobar <sniper@php.net>2002-08-28 02:08:57 +0000
commit1939764d9857d55c1582c2b47d22a5dc4ca0aed2 (patch)
tree90ed2ecaac826a194a603474754a980fa2504455 /ext/mbstring/mbregex.c
parent77208efb26bfa295fa66fa8385c777e1dd8d5b63 (diff)
downloadphp-git-1939764d9857d55c1582c2b47d22a5dc4ca0aed2.tar.gz
Fix ZTS build
Diffstat (limited to 'ext/mbstring/mbregex.c')
-rw-r--r--ext/mbstring/mbregex.c1
1 files changed, 1 insertions, 0 deletions
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;