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:
Georg Richter 2002-08-07 21:32:31 +00:00
parent c5753be4f8
commit bf9ac965b6

View file

@ -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
-->