mirror of
https://github.com/predis/predis.git
synced 2026-08-17 13:23:27 +00:00
update examples
This commit is contained in:
@@ -26,7 +26,7 @@ require __DIR__ . '/shared.php';
|
||||
//
|
||||
|
||||
if (!interface_exists('SessionHandlerInterface')) {
|
||||
die('ATTENTION: the session handler implemented by Predis requires PHP >= 5.4.0 ' .
|
||||
exit('ATTENTION: the session handler implemented by Predis requires PHP >= 5.4.0 ' .
|
||||
"or a polyfill for SessionHandlerInterface provided by an external package.\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user