mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
MYSQL_CLIENT_SSL (bug #21981)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164366 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0551ef414a
commit
11a12df7f4
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<section id="mysql.constants">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
|
@ -30,6 +30,12 @@
|
|||
<entry>Allow interactive_timeout seconds (instead of wait_timeout) of
|
||||
inactivity before closing the connection.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>MYSQL_CLIENT_SSL</entry>
|
||||
<entry>Use SSL encryption. This flag is available only with 4.x version
|
||||
of client library or newer. Version 3.23.x is bundled both with PHP 4
|
||||
and PHP 5.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue