| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-24 | 2.0 kB | |
| v5.7.0 source code.tar.gz | 2026-08-24 | 15.9 kB | |
| v5.7.0 source code.zip | 2026-08-24 | 35.8 kB | |
| Totals: 3 Items | 53.8 kB | 0 | |
What's Changed
- Fix parsing of export with single character variable names by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/599
- Fix formatting of Composer installation command by @xepozz in https://github.com/vlucas/phpdotenv/pull/589
- Improve parser and loader performance by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/600
- PHP 8.6 support by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/601
- Require the covariant option and result types by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/612
- Improve option and result type precision by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/613
- Fix memory-safety crash on invalid UTF-8 variable names by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/602
- Make the putenv adapter null-byte safe by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/603
- Remove quadratic value parsing by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/604
- Resolve nested variables with fewer copies by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/605
- Strip a leading BOM from string input by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/606
- Improve diagnostics and messages by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/607
- Add regression tests for existing behaviour by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/608
- Stop comments from starting multiline values by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/615
- Document the real parsing, nesting, comment, escape and validation rules by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/609
- Resolve the strictness baseline entries at source by @GrahamCampbell in https://github.com/vlucas/phpdotenv/pull/614
New Contributors
- @xepozz made their first contribution in https://github.com/vlucas/phpdotenv/pull/589
Full Changelog: https://github.com/vlucas/phpdotenv/compare/v5.6.4...v5.7.0