poggit / libasynql

Asynchronous MySQL access library for PocketMine plugins.
https://poggit.github.io/libasynql
Apache License 2.0
132 stars 44 forks source link

MySQL SSL Connection #80

Open AkmalFairuz opened 2 years ago

AkmalFairuz commented 2 years ago

https://www.php.net/manual/en/mysqli.ssl-set.php

SOF3 commented 2 years ago

This should be a simple change. Only affects code in MysqlCredentials.php. Pull requests welcome.