Home
last modified time | relevance | path

Searched refs:cipher_zval (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c899 zval cipher_zval; in MYSQLND_METHOD() local
900 ZVAL_STRING(&cipher_zval, net->data->options.ssl_cipher, 0); in MYSQLND_METHOD()
901 php_stream_context_set_option(context, "ssl", "ciphers", &cipher_zval); in MYSQLND_METHOD()

Completed in 9 milliseconds