From c920b537bce405ef9c47b350b4835af5555bcdef Mon Sep 17 00:00:00 2001 From: Slawomir Pucia Date: Thu, 1 Nov 2001 10:30:21 +0000 Subject: [PATCH] Changed php3.ini to php.ini git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61303 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ldap.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/ldap.xml b/functions/ldap.xml index 0a879d4c7f..d9f6f9b0d4 100644 --- a/functions/ldap.xml +++ b/functions/ldap.xml @@ -1,5 +1,5 @@ - + LDAP functions LDAP @@ -569,7 +569,7 @@ if ($ds) { can be converted into a textual error message using ldap_err2str. - Unless you lower your warning level in your php3.ini sufficiently + Unless you lower your warning level in your php.ini sufficiently or prefix your LDAP commands with @ (at) characters to suppress warning output, the errors generated will also show up in your HTML output. @@ -626,7 +626,7 @@ printf("%d matching entries.<br>\n", $info["count"]); always use an error number to check. Unless you lower your warning level in your - php3.ini sufficiently or prefix your LDAP + php.ini sufficiently or prefix your LDAP commands with @ (at) characters to suppress warning output, the errors generated will also show up in your HTML output.