mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
a491d1a4b6
commit
c920b537bc
1 changed files with 3 additions and 3 deletions
|
@ -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.<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>
|
||||
|
|
Loading…
Reference in a new issue