Updating mysqli: Remove pre-deprecation notice

Closes GH-247.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352044 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-12-12 22:15:36 +00:00
parent 02177b182e
commit b9ba4fca83

View file

@ -17,17 +17,6 @@
<para>
This method constructs a new <classname>mysqli_stmt</classname> object.
</para>
<note>
<para>
In general, you should use either <function>mysqli_prepare</function> or
<function>mysqli_stmt_init</function> to create a
<classname>mysqli_stmt</classname> object, rather than directly
instantiating the object with <literal>new mysqli_stmt</literal>. This
method (and the ability to directly instantiate
<classname>mysqli_stmt</classname> objects) may be deprecated and removed
in the future.
</para>
</note>
</refsect1>
<refsect1 role="parameters">