8000
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 66cdeb6 commit c1f862cCopy full SHA for c1f862c
redis_array.c
@@ -288,7 +288,6 @@ PHP_METHOD(RedisArray, __construct)
288
d_connect_timeout = Z_DVAL_PP(z_connect_timeout_pp);
289
} else if (Z_TYPE_PP(z_connect_timeout_pp) == IS_LONG) {
290
d_connect_timeout = Z_LVAL_PP(z_connect_timeout_pp);
291
-php_printf("Connect timeout: %f\n", d_connect_timeout);
292
} else {
293
d_connect_timeout = atof(Z_STRVAL_PP(z_connect_timeout_pp));
294
}
0 commit comments