slawek Thu Nov 1 05:30:21 2001 EDT
Modified files:
/phpdoc/en/functions ldap.xml
Log:
Changed php3.ini to php.ini
Index: phpdoc/en/functions/ldap.xml
diff -u phpdoc/en/functions/ldap.xml:1.33 phpdoc/en/functions/ldap.xml:1.34
--- phpdoc/en/functions/ldap.xml:1.33 Fri Sep 21 18:47:42 2001
+++ phpdoc/en/functions/ldap.xml Thu Nov 1 05:30:21 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.33 $ -->
+<!-- $Revision: 1.34 $ -->
<reference id="ref.ldap">
<title>LDAP functions</title>
<titleabbrev>LDAP</titleabbrev>
@@ -569,7 +569,7 @@
can be converted into a textual error message using
<function>ldap_err2str</function>.</para>
<para>
- 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 @@
always use an error number to check.</para>
<para>
Unless you lower your warning level in your
- <filename>php3.ini</filename> sufficiently or prefix your LDAP
+ <filename>php.ini</filename> sufficiently or prefix your LDAP
commands with <literal>@</literal> (at) characters to suppress
warning output, the errors generated will also show up in your
HTML output.</para>