mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
* Have warning mention to use function if compatibility with earlier PHP versions is required.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277119 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
599acf916d
commit
c68df084c7
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry xml:id="mysqli.connect-error" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mysqli->connect_error</refname>
|
||||
|
@ -75,6 +75,8 @@ Connect Error: Access denied for user 'fake_user'@'localhost' (using password: Y
|
|||
<para>
|
||||
The mysqli->connect_error property only works properly
|
||||
as of PHP versions 5.2.9 and 5.3.0.
|
||||
Use the <function>mysqli_connect_error</function>
|
||||
function if compatibility with earlier PHP versions is required.
|
||||
</para>
|
||||
</warning>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue