summaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2012-07-18 15:42:28 -0700
committerRuss Allbery <rra@stanford.edu>2012-07-18 15:42:28 -0700
commit7d6dcfcf37d1ad678214ccf3d7a12cb7f2cfe054 (patch)
treef661b60bea2401fed81cefb1160e390eb3dabccc /php
parent811d418cca95d788d8d66cfe9721572aaa31024c (diff)
Also fix set_ccache and set_source_ip docs for other bindings
Make the same fix for other bindings as for Python: be clear that set_ccache and set_source_ip are optional calls. Change-Id: I1bc1e81da9af4eba52e64723e9bc5a1c20b0e154
Diffstat (limited to 'php')
-rw-r--r--php/README16
1 files changed, 8 insertions, 8 deletions
diff --git a/php/README b/php/README
index a18cbac..d8e42eb 100644
--- a/php/README
+++ b/php/README
@@ -113,10 +113,10 @@ FULL INTERFACE
Sets the credential cache for outgoing connections to CCACHE. This
is normally the full path to a Kerberos ticket cache, but may have
other valid forms depending on the underlying Kerberos
- implementation in use by GSS-API. This method must be called prior
- to calling remctl_open() and will affect all subsequent
- remctl_open() calls on the same object. Returns true on success,
- false on failure.
+ implementation in use by GSS-API. This method will affect all
+ subsquent remctl_open() calls on the same object, but will have no
+ effect on connections that are already open. Returns true on
+ success, false on failure.
For current GSS-API implementations, this will affect not only all
subsequent open() calls for the same object, but all subsequent
@@ -132,10 +132,10 @@ FULL INTERFACE
remctl_set_source_ip(SOURCE)
Sets the source IP for outgoing connections to SOURCE, which can be
either an IPv4 or an IPv6 address (if IPv6 is supported). It must
- be an IP address, not a host name. This method must be called prior
- to calling remctl_open() and will affect all subsequent
- remctl_open() calls on the same object. Returns true on success,
- false on failure.
+ be an IP address, not a host name. This will affect all subsequent
+ remctl_open() calls on the same object, but will have no effect on
+ connections that are already open. Returns true on success, false
+ on failure.
remctl_set_timeout(TIMEOUT)
Sets the timeout for connections and commands to TIMEOUT, which