Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Favre-Felix <n.favrefelix@gmail.com>2010-05-18 19:04:37 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-05-18 19:04:37 +0400
commit6a7277a1ed005354ad723cdb7b3462e8ad474e8c (patch)
tree8750ffa4fd94ce68803b411dcdce1334ff69ff04 /php_redis.h
parent068aca18b232be757e3a0e614d295b02edba587f (diff)
Almost done, still a slight problem with HGETALL.
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_redis.h b/php_redis.h
index d2364bff..53db1965 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -133,7 +133,7 @@ PHPAPI void generic_sort_cmd(INTERNAL_FUNCTION_PARAMETERS, char *sort, int use_a
PHPAPI void generic_empty_cmd(INTERNAL_FUNCTION_PARAMETERS, char *cmd, int cmd_len TSRMLS_DC, ...);
PHPAPI void generic_empty_long_cmd(INTERNAL_FUNCTION_PARAMETERS, char *cmd, int cmd_len TSRMLS_DC, ...);
-PHPAPI void array_zip_values_and_scores(INTERNAL_FUNCTION_PARAMETERS, int use_atof TSRMLS_DC);
+PHPAPI void array_zip_values_and_scores(zval *z_tab, int use_atof TSRMLS_DC);
PHPAPI int redis_response_enqueued(RedisSock *redis_sock TSRMLS_DC);
PHPAPI int get_flag(zval *object);