On 4/28/12 12:23 AM, Sean Tobin wrote:
I was going through my Symfony2 application (currently on 2.0.12) and
looking at the changes I would need to run in 2.1 and I noticed the
following:
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php
namespace Symfony\Component\HttpFoundation\Session\Storage\Handler;
/**
* PdoSessionHandler.
*
* @author Fabien Potencier<[email protected]>
* @author Michael Williams<[email protected]>
*/
class PdoSessionHandler implements \SessionHandlerInterface
The concern I have is that \SessionHandlerInterface was only introduced
in 5.4 (see http://php.net/manual/en/class.sessionhandlerinterface.php)
and while I would like to take advantage of the changes in 2.1 when it
is released, updating our servers to 5.4 is not going to be as quick.
Is this a mistake or was 2.1 always going to be dependent on 5.4?
2.1 only needs PHP 5.3. The SessionHandlerInterface is simulated on PHP
5.3, so no problem here.
--
If you want to report a vulnerability issue on symfony, please send it
to security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en