mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
commented MYSQL_CLIENT_SSL out (its not working currently with embedded libmysql)
removed unused/useless constants MYSQL_USE/STORE_RESULT git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91202 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c5753be4f8
commit
bf9ac965b6
1 changed files with 5 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="mysql.constants">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
|
@ -30,10 +30,13 @@
|
|||
<entry>Allow interactive_timeout seconds (instead of wait_timeout) of
|
||||
inactivity before closing the connection.</entry>
|
||||
</row>
|
||||
<!--
|
||||
currently this feature is not working with embedded libmysql
|
||||
<row>
|
||||
<entry>MYSQL_CLIENT_SSL</entry>
|
||||
<entry>use SSL (encrypted protocol)</entry>
|
||||
</row>
|
||||
-->
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
@ -74,18 +77,6 @@
|
|||
fields. This index starts with 0, the first field in the result.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>MYSQL_STORE_RESULT</entry>
|
||||
<entry>
|
||||
Specifies that the MySQL result should be buffered.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>MYSQL_USE_RESULT</entry>
|
||||
<entry>
|
||||
Specifies that the MySQL result should not be buffered.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
@ -112,3 +103,4 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
|
|||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue