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:
authormichael-grunder <michael.grunder@gmail.com>2012-09-10 19:25:52 +0400
committermichael-grunder <michael.grunder@gmail.com>2012-09-10 19:25:52 +0400
commitb4735e578b7881c1c72805fd1127e5051386ce83 (patch)
tree622c5f45ad63198ffc024b3ee8104dc1dbcc1287 /php_redis.h
parent4c72cbc323e4b1157cf881767f44ca46e94b299c (diff)
parent6dc3ad6cb3bbadb5daabb53edbda093cf21a03d2 (diff)
Merge branch 'master' of github.com:nicolasff/phpredis
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index 5ffe5c31..24f00215 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -139,6 +139,7 @@ PHP_METHOD(Redis, migrate);
PHP_METHOD(Redis, time);
PHP_METHOD(Redis, getLastError);
+PHP_METHOD(Redis, clearLastError);
PHP_METHOD(Redis, _prefix);
PHP_METHOD(Redis, _unserialize);