We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960528b commit 0cbcdadCopy full SHA for 0cbcdad
libs/Zend/Db/Adapter/Mysqli.php
@@ -313,6 +313,7 @@ protected function _connect()
313
if(array_key_exists($option, $ssl_options)) {
314
$ssl_options[$option] = $value;
315
$enable_ssl = true;
316
+ continue; // these options are set below in mysqli_ssl_set
317
} elseif(is_string($option)) {
318
// Suppress warnings here
319
// Ignore it if it's not a valid constant
0 commit comments