Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9acd376

Browse files
Merge branch 'hotfix/tsrmls_cc-again'
2 parents fd55a62 + d4b5631 commit 9acd376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6138,7 +6138,7 @@ PHP_METHOD(Redis, wait) {
61386138
*/
61396139
PHPAPI int
61406140
redis_build_pubsub_cmd(RedisSock *redis_sock, char **ret, PUBSUB_TYPE type,
6141-
zval *arg TSRMLS_CC)
6141+
zval *arg TSRMLS_DC)
61426142
{
61436143
HashTable *ht_chan;
61446144
HashPosition ptr;

0 commit comments

Comments
 (0)