Skip to content

1.0.1

Compare
Choose a tag to compare
@trowski trowski released this 26 Sep 16:28
0445ac3
  • ConnectionConfig::parseConnectionString() will now parse the port from the host, i.e.: host=localhost:3306 will return the array ['host' => 'localhost', 'port' => '3306'].