Skip to content

Commit

Permalink
disable TSRMLS_CACHE_DEFINE()
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jun 8, 2024
1 parent a5ed589 commit 87625e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext-src/swoole_thread.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static struct {
int argc;
} request_info;

TSRMLS_CACHE_DEFINE();
//TSRMLS_CACHE_DEFINE();

typedef std::thread Thread;

Expand Down

0 comments on commit 87625e7

Please sign in to comment.