what happens if we declare tsrm_ls explicitly at global scope?
This commit is contained in:
parent
1f256ac7c8
commit
838bf54aa0
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%init %{
|
%init %{
|
||||||
TSRMLS_FETCH();
|
#ifdef ZTS
|
||||||
|
void ***tsrm_ls;
|
||||||
|
#endif
|
||||||
h_tt_php = h_allocate_token_type("com.upstandinghackers.hammer.php");
|
h_tt_php = h_allocate_token_type("com.upstandinghackers.hammer.php");
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue