Changed php3.ini to php.ini

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61303 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Slawomir Pucia 2001-11-01 10:30:21 +00:00
parent a491d1a4b6
commit c920b537bc

View file

@ -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 @@ if ($ds) {
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 @@ printf("%d matching entries.&lt;br>\n", $info["count"]);
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>