• Pau's avatar
    Mysqli: Allow secure connections using SSL · 78e58376
    Pau authored
    The current driver has no option to allow the usage of SSL connections on mysql. I've used the same name params as mysql client.
    An example of mysql client usage would be:
    
    mysql --ssl-ca='path_to_ca.pem' --ssl-cert='path_to_client_cert.pem' --ssl-key='path_to_client_key.pem'
    
    refactor secure connection as params
    
    remove space
    
    add space
    
    refactor secure connection
    
    rename method
    
    rename method
    
    docs: add ssl params to use in mysqli driver
    
    rename test method
    
    refactor method setSecureConnection
    
    fix bug
    
    add comment to method
    
    remove string escaping
    78e58376
Name
Last commit
Last update
..
Driver Loading commit data...
Events Loading commit data...
Exception Loading commit data...
Functional Loading commit data...
Logging Loading commit data...
Mocks Loading commit data...
Performance Loading commit data...
Platforms Loading commit data...
Portability Loading commit data...
Query Loading commit data...
Schema Loading commit data...
Sharding Loading commit data...
Tools/Console Loading commit data...
Types Loading commit data...
ConfigurationTest.php Loading commit data...
ConnectionTest.php Loading commit data...
DBALExceptionTest.php Loading commit data...
DriverManagerTest.php Loading commit data...
SQLParserUtilsTest.php Loading commit data...
StatementTest.php Loading commit data...
UtilTest.php Loading commit data...