From bae0d227acb2fcdc85a04405f4f23b25dbfdebcf Mon Sep 17 00:00:00 2001 From: Pasindu De Silva Date: Tue, 9 Jan 2018 12:47:11 +0000 Subject: [PATCH] ldap_connect() function of LDAP extension actually is not connect to LDAP server. Change note abouts from para to a note entry -- Provided by anonymous 87874 (mesut.vts@gmail.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343795 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ldap/functions/ldap-connect.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/reference/ldap/functions/ldap-connect.xml b/reference/ldap/functions/ldap-connect.xml index 555a287117..5ce0abc5a2 100644 --- a/reference/ldap/functions/ldap-connect.xml +++ b/reference/ldap/functions/ldap-connect.xml @@ -17,11 +17,13 @@ Creates an LDAP link identifier and checks whether the given host and port are plausible. - - Note: This function does not open a connection. - It checks whether the given parameters are plausible and can be used - to open a connection as soon as one is needed. - + + + This function does not open a connection. + It checks whether the given parameters are plausible and can be used + to open a connection as soon as one is needed. + +