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