Skip to content

Releases: vlucas/phpdotenv

V4.1.8 (14/07/2020)

14 Jul 19:44
Compare
Choose a tag to compare

We announce the immediate availability V4.1.8.

Bug Fixes

  • Bumped minimum ctype polyfill (e1d57f6)
  • Fixed preg error lookup for all PHP versions (d4c24c3)
  • Added additional type information and fixed edge cases

V3.6.7 (14/07/2020)

14 Jul 19:44
Compare
Choose a tag to compare

We announce the immediate availability V3.6.7.

Bug Fixes

  • Bumped minimum ctype polyfill (e1d57f6)
  • Fixed preg error lookup for all PHP versions (d4c24c3)

V2.6.6 (14/07/2020)

14 Jul 19:43
Compare
Choose a tag to compare

We announce the immediate availability V2.6.6.

Bug Fixes

  • Bumped minimum ctype polyfill (e1d57f6)

V5.0.0 (07/06/2020)

07 Jun 19:10
Compare
Choose a tag to compare

We announce the immediate availability V5.0.0.

We've made some further improvements to this library, since v4, maintaining the same API where possible.

New Features

  • Support for multibyte values
  • More flexible repositories
  • Disable get/putenv by default
  • Replaced whitelists by allow lists
  • Strict parameter typing

Upgrading Notes

Please see the upgrading guide.

V4.1.7 (07/06/2020)

07 Jun 19:10
Compare
Choose a tag to compare

We announce the immediate availability V4.1.7.

Bug Fixes

  • Bumped minimum ctype polyfill (333c21d)

V3.6.6 (07/06/2020)

07 Jun 19:10
Compare
Choose a tag to compare

We announce the immediate availability V3.6.6.

Bug Fixes

  • Bumped minimum ctype polyfill (471ea86)

V2.6.5 (07/06/2020)

07 Jun 19:10
Compare
Choose a tag to compare

We announce the immediate availability V2.6.5.

Bug Fixes

  • Bumped minimum ctype polyfill (96b7204)

V4.1.6 (23/05/2020)

23 May 16:02
Compare
Choose a tag to compare

We announce the immediate availability V4.1.6.

Bug Fixes

  • Graceful preg error handling when parsing names (8f71e9a)

V3.6.5 (23/05/2020)

23 May 16:01
Compare
Choose a tag to compare

We announce the immediate availability V3.6.5.

Bug Fixes

  • Graceful preg error handling when parsing names (5c8934c)

V4.1.5 (02/05/2020)

02 May 14:53
Compare
Choose a tag to compare

We announce the immediate availability V4.1.5.

Bug Fixes

  • Tentative support for PHP 8.0 (3295f90)