mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
1e836cdd64
Creates a new SessionIdInterface and moves create_sid() into it, so existing handlers implementing SessionHandlerInterface don't require create_sid(). SessionHandler still includes the method so the default mod can be called, but now implements both interfaces. Also added several more tests for this feature.