Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344de5b commit 61c7cc1Copy full SHA for 61c7cc1
1 file changed
redis.c
@@ -852,7 +852,7 @@ PHP_REDIS_API int
852
redis_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent)
853
{
854
zval *object;
855
- char *host = NULL, *persistent_id = NULL;
+ char *host = NULL, *persistent_id = "";
856
zend_long port = -1, retry_interval = 0;
857
strlen_t host_len, persistent_id_len;
858
double timeout = 0.0, read_timeout = 0.0;
0 commit comments