mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Fix ZTS build
This commit is contained in:
parent
77208efb26
commit
1939764d98
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ init_syntax_once()
|
||||||
static int done = 0;
|
static int done = 0;
|
||||||
char *s = emalloc(10240), *sp;
|
char *s = emalloc(10240), *sp;
|
||||||
int ch;
|
int ch;
|
||||||
|
TSRMLS_FETCH();
|
||||||
|
|
||||||
if (done)
|
if (done)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue