summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-25 06:41:07 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-25 06:41:07 +0100
commit3a1c020c698eeae83edb4508560bdd0fe2acae37 (patch)
treef2062d67d50d7a3a0b843f71f88db03d97a8e685 /REFLECTION
parentaee6e69e92378951078aa0c4003a4a5dd3c6d217 (diff)
php-phpiredis: 1.0.0
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION8
1 files changed, 5 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index f910e5a..0089b2e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #108 phpiredis version 1.0.0-dev ] {
+Extension [ <persistent> extension #108 phpiredis version 1.0.0 ] {
- Constants [9] {
Constant [ integer PHPIREDIS_READER_STATE_INCOMPLETE ] { 2 }
@@ -15,16 +15,18 @@ Extension [ <persistent> extension #108 phpiredis version 1.0.0-dev ] {
- Functions {
Function [ <internal:phpiredis> function phpiredis_connect ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <required> $ip ]
Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $timeout_ms ]
}
}
Function [ <internal:phpiredis> function phpiredis_pconnect ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <required> $ip ]
Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $timeout_ms ]
}
}
Function [ <internal:phpiredis> function phpiredis_disconnect ] {