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

Skip to content

Commit 6e455e2

Browse files
committed
Fix build warning for PHP 5
1 parent 7274991 commit 6e455e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cluster_library.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ PHP_REDIS_API short cluster_send_command(redisCluster *c, short slot, const char
13851385
long msstart;
13861386

13871387
if (!SLOT(c, slot)) {
1388-
zend_throw_exception_ex(redis_cluster_exception_ce, 0,
1388+
zend_throw_exception_ex(redis_cluster_exception_ce, 0 TSRMLS_CC,
13891389
"The slot %d is not covered by any node in this cluster", slot);
13901390
return -1;
13911391
}

0 commit comments

Comments
 (0)