mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
![]() Added the possibility to explicitly state that the peer certificate should not be checked. Back to the default - checking the certificate. Exported MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT Usage : mysqli_real_connect( , , , , , MYSQLI_CLIENT_SSL | MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT) If mysqli_ssl_set() is not called, but only MYSQLI_CLIENT_SSL is passed, without the (don't) very flag, then no verification takes place. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
mysqli.c | ||
mysqli.dsp | ||
mysqli_api.c | ||
mysqli_driver.c | ||
mysqli_embedded.c | ||
mysqli_exception.c | ||
mysqli_fe.c | ||
mysqli_fe.h | ||
mysqli_libmysql.h | ||
mysqli_mysqlnd.h | ||
mysqli_nonapi.c | ||
mysqli_priv.h | ||
mysqli_prop.c | ||
mysqli_report.c | ||
mysqli_result_iterator.c | ||
mysqli_warning.c | ||
package.xml | ||
php_mysqli.h | ||
php_mysqli_structs.h | ||
TODO |