From 3dbbc4fd733f9c773ddf32cbd15ef86a8703870c Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 13 Oct 2007 15:15:09 +0000 Subject: [PATCH] Document LDAP_OPT_NETWORK_TIMEOUT git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244144 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ldap/constants.xml | 16 +++++++++++++++- reference/ldap/functions/ldap-get-option.xml | 6 +++++- reference/ldap/functions/ldap-set-option.xml | 6 +++++- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/reference/ldap/constants.xml b/reference/ldap/constants.xml index a3143a80a0..f1b643fb8b 100644 --- a/reference/ldap/constants.xml +++ b/reference/ldap/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants; @@ -81,6 +81,20 @@ + + + + LDAP_OPT_NETWORK_TIMEOUT + (integer) + + + + Option for ldap_set_option() to allow setting network timeout. + (Available as of PHP 5.3.0) + + + + LDAP_OPT_PROTOCOL_VERSION diff --git a/reference/ldap/functions/ldap-get-option.xml b/reference/ldap/functions/ldap-get-option.xml index ece2e10642..78f15e1cfb 100644 --- a/reference/ldap/functions/ldap-get-option.xml +++ b/reference/ldap/functions/ldap-get-option.xml @@ -1,5 +1,5 @@ - + ldap_get_option @@ -57,6 +57,10 @@ LDAP_OPT_TIMELIMIT integer + + LDAP_OPT_NETWORK_TIMEOUT + integer + LDAP_OPT_PROTOCOL_VERSION integer diff --git a/reference/ldap/functions/ldap-set-option.xml b/reference/ldap/functions/ldap-set-option.xml index 361db9d70c..16dfd3e080 100644 --- a/reference/ldap/functions/ldap-set-option.xml +++ b/reference/ldap/functions/ldap-set-option.xml @@ -1,5 +1,5 @@ - + ldap_set_option @@ -57,6 +57,10 @@ LDAP_OPT_TIMELIMIT integer + + LDAP_OPT_NETWORK_TIMEOUT + integer + LDAP_OPT_PROTOCOL_VERSION integer