lox / pheasant

A lightweight data mapper designed to take advantage of PHP 5.3+
http://getpheasant.com
MIT License
101 stars 21 forks source link

Fix ssl #170

Closed bjornpost closed 4 years ago

bjornpost commented 4 years ago

in #167 we added support for setting ssl related params in the dsn, but we weren't actually using them when connecting. This commit fixes that.