We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0acd03 commit 8d0697fCopy full SHA for 8d0697f
README.md
@@ -6,7 +6,7 @@ does not rely on global variables ($_SESSION, $_COOKIE, etc).
6
This implementation is patterned after the built-in PHP session library, but is not a drop-in
7
replacement for it. This library differs from the PHP session library in the following ways:
8
9
-* Requires PHP 7.4+
+* Requires PHP 8+
10
* Fully object-oriented
11
* Strict mode is always on and cannot be disabled
12
* Auto-start and auto-shutdown are not supported
0 commit comments