1
0
mirror of https://github.com/deuill/go-php.git synced 2024-09-21 08:50:45 +00:00

Fix incorrect TSRMLS_FETCH call

This commit is contained in:
Alex Palaistras 2015-10-02 18:12:42 +01:00
parent 4e1e8b09aa
commit acfb165d75

View File

@ -17,7 +17,7 @@ engine_context *context_new(void *parent) {
}
#ifdef ZTS
TSRM_FETCH()
TSRMLS_FETCH();
context->ptsrm_ls = &tsrm_ls;
#endif