Skip to content

Commit c470f26

Browse files
committed
Document MYSQLI_IS_MARIADB
Cf. <php/php-src#7713>.
1 parent 5e86521 commit c470f26

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

reference/mysqli/constants.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,15 @@
835835
</para>
836836
</listitem>
837837
</varlistentry>
838+
<varlistentry xml:id="constantmysqli-is-mariadb">
839+
<term><constant>MYSQLI_IS_MARIADB</constant></term>
840+
<listitem>
841+
<para>
842+
Whether the mysqli extension has been built against a MariaDB client library.
843+
Available as of PHP 8.1.2.
844+
</para>
845+
</listitem>
846+
</varlistentry>
838847
</variablelist>
839848
</appendix>
840849

0 commit comments

Comments
 (0)