vrana Mon Jul 26 15:54:32 2004 EDT
Modified files:
/phpdoc/en/reference/mysql constants.xml
Log:
MYSQL_CLIENT_SSL (bug #21981)
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/constants.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/mysql/constants.xml
diff -u phpdoc/en/reference/mysql/constants.xml:1.4
phpdoc/en/reference/mysql/constants.xml:1.5
--- phpdoc/en/reference/mysql/constants.xml:1.4 Fri Jan 2 08:22:05 2004
+++ phpdoc/en/reference/mysql/constants.xml Mon Jul 26 15:54:32 2004
@@ -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;
@@ -29,6 +29,12 @@
<entry>MYSQL_CLIENT_INTERACTIVE</entry>
<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>