MYSQLI_OPT_READ_TIMEOUT is available as of PHP 7.2.0

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351425 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-11-18 13:44:17 +00:00
parent cf52498fe9
commit 854af29294
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
<term><constant>MYSQLI_OPT_READ_TIMEOUT</constant></term>
<listitem>
<para>
Command execution result timeout in seconds
Command execution result timeout in seconds. Available as of PHP 7.2.0.
</para>
</listitem>
</varlistentry>

View file

@ -61,7 +61,7 @@
</row>
<row>
<entry><constant>MYSQLI_OPT_READ_TIMEOUT</constant></entry>
<entry>command execution result timeout in seconds</entry>
<entry>command execution result timeout in seconds. Available as of PHP 7.2.0.</entry>
</row>
<row>
<entry><constant>MYSQLI_OPT_LOCAL_INFILE</constant></entry>