what happens if we declare tsrm_ls explicitly at global scope?

This commit is contained in:
Meredith L. Patterson 2013-12-21 16:06:12 +01:00
parent 1f256ac7c8
commit 838bf54aa0

View file

@ -11,7 +11,9 @@
%}
%init %{
TSRMLS_FETCH();
#ifdef ZTS
void ***tsrm_ls;
#endif
h_tt_php = h_allocate_token_type("com.upstandinghackers.hammer.php");
%}