[DOC-CVS] [doc-en] master: Document all available options for mysqli::options (#5174)
[email protected] (Kamil Tekiela via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Kamil Tekiela (kamil-tekiela)
Committer: GitHub (web-flow)
Pusher: kamil-tekiela
Date: 2026-01-20T20:11:38Z
Commit: https://github.com/php/doc-en/commit/e309a62b16c7dc48883b1b426bb8c15918488681
Raw diff: https://github.com/php/doc-en/commit/e309a62b16c7dc48883b1b426bb8c15918488681.diff
Document all available options for mysqli::options (#5174)
Changed paths:
M reference/mysqli/mysqli/options.xml
Diff:
diff --git a/reference/mysqli/mysqli/options.xml b/reference/mysqli/mysqli/options.xml
index 5831800f2e41..74175e948ce1 100644
--- a/reference/mysqli/mysqli/options.xml
+++ b/reference/mysqli/mysqli/options.xml
@@ -67,6 +67,12 @@
<entry><constant>MYSQLI_OPT_LOCAL_INFILE</constant></entry>
<entry>Enable/disable use of <literal>LOAD LOCAL INFILE</literal></entry>
</row>
+ <row>
+ <entry><constant>MYSQLI_OPT_LOAD_DATA_LOCAL_DIR</constant></entry>
+ <entry>
+ Directory to be used for <literal>LOAD DATA LOCAL INFILE</literal>.
+ </entry>
+ </row>
<row>
<entry><constant>MYSQLI_INIT_COMMAND</constant></entry>
<entry>Command to execute after when connecting to MySQL server</entry>
@@ -123,6 +129,18 @@
Whether to verify server certificate or not.
</entry>
</row>
+ <row>
+ <entry><constant>MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS</constant></entry>
+ <entry>
+ Whether the client should accept expired passwords.
+ </entry>
+ </row>
+ <row>
+ <entry><literal>1</literal></entry>
+ <entry>
+ Whether to use network communication compression.
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>