mysqli: Allow for persistent database spec
Use `p:` in the database hostname specification, so `p:localhost` for instance. This will help with SSL and remote database users. References: http://www.php.net/manual/en/mysqli.persistconns.php
Please register or sign in to comment