On Thu, Jun 27, 2013 at 1:33 PM, Arpad Ray <ar...@php.net> wrote: > Commit: 1e836cdd64dc715e855286b22f02316a4ecf5be7 > Author: Arpad Ray <array...@gmail.com> Thu, 27 Jun 2013 > 12:33:56 +0100 > Parents: b66c14b0c82ad0ed4ea117f7b789eef6e3a95ef4 > Branches: PHP-5.5 > > Link: > http://git.php.net/?p=php-src.git;a=commitdiff;h=1e836cdd64dc715e855286b22f02316a4ecf5be7 > > Log: > BC fix for PR 109 merge - create_sid() method in SessionHandler > > 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. >
I'd appreciate some different name for this interface. "SessionID extends SessionHandler" makes pretty little sense to me. Nikita