reference/pdo_mysql/constants.xml
cb14980cc2b64fdb2f04d8d49e09f8d374815c35
...
...
@@ -207,7 +207,7 @@ foreach ($unbufferedResult as $row) {
207
207
</listitem>
208
208
</varlistentry>
209
209

210
-
<varlistentry xml:id="pdo.constants.mysql-attr-cipher">
210
+
<varlistentry xml:id="pdo.constants.mysql-attr-ssl-cipher">
211
211
<term>
212
212
<constant>PDO::MYSQL_ATTR_SSL_CIPHER</constant>
213
213
(<type>int</type>)
...
...
@@ -220,7 +220,7 @@ foreach ($unbufferedResult as $row) {
220
220
</listitem>
221
221
</varlistentry>
222
222

223
-
<varlistentry xml:id="pdo.constants.mysql-attr-key">
223
+
<varlistentry xml:id="pdo.constants.mysql-attr-ssl-key">
224
224
<term>
225
225
<constant>PDO::MYSQL_ATTR_SSL_KEY</constant>
226
226
(<type>int</type>)
...
...
@@ -240,6 +240,7 @@ foreach ($unbufferedResult as $row) {
240
240
<listitem>
241
241
<para>
242
242
Provides a way to disable verification of the server SSL certificate.
243
+
This option is available only with mysqlnd.
243
244
</para>
244
245
<para>
245
246
&version.exists.asof; 7.0.18 and PHP 7.1.4.
246
247