laminas-session
laminas-session copied to clipboard
refactor validator: session ID
Feature Request
| Q | A |
|---|---|
| New Feature | yes |
| RFC | no |
| BC Break | yes |
Summary
modernise the validator for Session ID
this part related to Zend Server i presume can go https://github.com/laminas/laminas-session/blob/6e797b8a609b62fd4c461805c96d49a3361dc78e/src/Validator/Id.php#L52
deprecated ini_set as of PHP 8.4 https://github.com/laminas/laminas-session/blob/6e797b8a609b62fd4c461805c96d49a3361dc78e/src/Validator/Id.php#L59C1-L61C86
sid_bits_per_character
fixed in #137