fix #29265: remove MYSQLI_OPT_COMPRESS

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164340 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2004-07-26 13:13:04 +00:00
parent 02a29cf932
commit 4ca571b8c9

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry id="function.mysqli-options">
<refnamediv>
<refname>mysqli_options</refname>
@ -54,10 +54,6 @@
<entry><constant>MYSQLI_OPT_CONNECT_TIMEOUT</constant></entry>
<entry>connection timeout in seconds</entry>
</row>
<row>
<entry><constant>MYSQLI_OPT_COMPRESS</constant></entry>
<entry>use compression protocol</entry>
</row>
<row>
<entry><constant>MYSQLI_OPT_LOCAL_INFILE</constant></entry>
<entry>enable/disable use of <literal>LOAD LOCAL INFILE</literal></entry>