diff options
author | Andrey Andreev <narf@devilix.net> | 2022-01-05 11:54:45 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2022-01-05 11:54:45 +0100 |
commit | 9b7541e04c4976f3cd0366b1866a4c71f3e3bb5f (patch) | |
tree | 31609f24a79eefee8b9abb2865e8d34e6d1fc77a /system/libraries/Session/SessionHandlerInterface.php | |
parent | 50df2e78ec0e2b9e66f5aab8aa5f6f4de0cc0d3b (diff) |
PHP 8.1 compatibility for sessions (ref #6078)
Diffstat (limited to 'system/libraries/Session/SessionHandlerInterface.php')
-rw-r--r-- | system/libraries/Session/SessionHandlerInterface.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/libraries/Session/SessionHandlerInterface.php b/system/libraries/Session/SessionHandlerInterface.php index 95d2488b4..914eae03f 100644 --- a/system/libraries/Session/SessionHandlerInterface.php +++ b/system/libraries/Session/SessionHandlerInterface.php @@ -6,7 +6,7 @@ * * This content is released under the MIT License (MIT) * - * Copyright (c) 2014 - 2019, British Columbia Institute of Technology + * Copyright (c) 2019 - 2022, CodeIgniter Foundation * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -30,6 +30,7 @@ * @author EllisLab Dev Team * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/) * @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (http://bcit.ca/) + * @copyright Copyright (c) 2019 - 2022, CodeIgniter Foundation (http://codeigniter.com/) * @license http://opensource.org/licenses/MIT MIT License * @link https://codeigniter.com * @since Version 3.0.0 |