File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This class endeavors to make it easy to use better sessions in PHP scripts.
2020
2121### Compatibility
2222
23- [ ![ PHP Compatibility] ( https://img.shields.io/badge/PHP-7.1_to_7 .4-%238892BF.svg?logo=php )] ( https://php.net/ )
23+ [ ![ PHP Compatibility] ( https://img.shields.io/badge/PHP-7.2_to_7 .4-%238892BF.svg?logo=php )] ( https://php.net/ )
2424
2525Session class is developed for and tested with recent PHP Version:
2626
@@ -56,7 +56,7 @@ By default basic checks are performed when creating a session:
5656
5757Additional optional debugging can be enabled in session settings:
5858
59- - ** PHP Version:** Confirms the version available is 7.1 .0 or newer
59+ - ** PHP Version:** Confirms the version available is 7.2 .0 or newer
6060- ** Session Directory:** Confirms write access to PHP session directory
6161- ** Session Domain:** Confirms session domain setting matches the request domain
6262
You can’t perform that action at this time.
0 commit comments