[GIT-PULLS] [php-src] PR #22687: ext/session: Add tests for session_regenerate_id() write/destroy failure paths
[email protected] (jorgsowa)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22687 Author: jorgsowa Covers `FAILURE` branches where a userland save handler's write() or destroy() returns false during `session_regenerate_id()`, which should warn and return false while leaving the current session ID unchanged.