Skip to content

Releases: Nyholm/dsn

Release 2.0.1

Choose a tag to compare

@Nyholm Nyholm released this 18 Nov 09:24
9445621

See change log for changes

Release 2.0.0

Choose a tag to compare

@Nyholm Nyholm released this 16 Oct 13:44
b3a5408

Version 2 comes with a new definition was a DSN really is. It supports functions and a greater variety of DSN formats.

Changed

The Nyholm\Dsn class has been replaced with Nyholm\Dsn\DsnParser. To get a Dsn
object:

// Before
$dsn = new \Nyholm\DSN('mysql://localhost');

// After
$dsn = \Nyholm\Dsn\DsnParser::parse('mysql://localhost');

See change log for more changes

Release 2.0.0 Beta 2

Release 2.0.0 Beta 2 Pre-release
Pre-release

Choose a tag to compare

@Nyholm Nyholm released this 11 Oct 12:38
1d75b45

See change log for changes

Release 2.0.0 Beta 1

Release 2.0.0 Beta 1 Pre-release
Pre-release

Choose a tag to compare

@Nyholm Nyholm released this 03 Oct 12:48
3268de8

See change log for changes

Release 1.0.1

Choose a tag to compare

@Nyholm Nyholm released this 15 Oct 10:49
1b37b7b

Make sure we decode username and password

Release 1.0.0

Choose a tag to compare

@Nyholm Nyholm released this 11 Dec 22:08

First stable release.

Release 0.1.1

Choose a tag to compare

@Nyholm Nyholm released this 11 Dec 22:06
49ad650

Support for PHP 7.3

First release

Choose a tag to compare

@Nyholm Nyholm released this 03 Mar 10:38
7b70096
Merge pull request #3 from Nyholm/readme

Added readme and more tests