Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Convert ASSIGN_ADD $a, $b into $a = ADD $a, $b, if possible.: ext/opcache/Optimizer/dfa_pass.c

2016-03-23 Thread Nikita Popov
On Wed, Mar 23, 2016 at 5:38 AM, Matt Wilmas wrote: > Hi Dmitry, > > - Original Message - > From: "Dmitry Stogov" > Sent: Tuesday, March 22, 2016 > > Commit:d8b75b0807a5d94bd7b6b175d56aba8bc5be8d7a >> Author:Dmitry Stogov Tue, 22 Mar 2016 >> 23:57:26 +0300 >> Parents: 7

Re: [PHP-DEV] [RFC][VOTE] Precise session management

2016-03-23 Thread Stanislav Malyshev
Hi! > Offending features may be disabled/changed by INI settings. I think it ok > to say pretty much no BC issue. I think this approach will lead us into problems. "It may be disabled by INI setting" does not mean the problem does not exist (and btw not everything that changes can be disabled AFA

Re: [PHP-DEV] [RFC][VOTE] Precise session management

2016-03-23 Thread Yasuo Ohgaki
Hi Stas, On Thu, Mar 24, 2016 at 5:44 AM, Stanislav Malyshev wrote: >> Offending features may be disabled/changed by INI settings. I think it ok >> to say pretty much no BC issue. > > I think this approach will lead us into problems. "It may be disabled by > INI setting" does not mean the problem

[PHP-DEV] Re: [RFC Discussion] Precise session management

2016-03-23 Thread Yasuo Ohgaki
Hi all, On Sun, Feb 14, 2016 at 9:49 AM, Yasuo Ohgaki wrote: > It's been long time since the first proposal. Since session > module is important module for Web apps, I would like to > hear opinions for this RFC once again before vote. > > RFC > https://wiki.php.net/rfc/precise_session_management

[PHP-DEV] [RFC][Discussion] Precise session data management

2016-03-23 Thread Yasuo Ohgaki
Hi all, Since the vote for https://wiki.php.net/rfc/precise_session_management is declined 15 vs 11. https://wiki.php.net/rfc/precise_session_management#vote We have to come up with other solutions for - Session loss by race conditions - Method to make session abuse harder I'm open to impleme

[PHP-DEV] Re: [RFC Discussion] Precise session management

2016-03-23 Thread Yasuo Ohgaki
On Thu, Mar 24, 2016 at 11:26 AM, Yasuo Ohgaki wrote: > On Sun, Feb 14, 2016 at 9:49 AM, Yasuo Ohgaki wrote: >> It's been long time since the first proposal. Since session >> module is important module for Web apps, I would like to >> hear opinions for this RFC once again before vote. >> >> RFC >

[PHP-DEV] Re: [RFC][Discussion] Precise session data management

2016-03-23 Thread Yasuo Ohgaki
Hi all, On Thu, Mar 24, 2016 at 11:34 AM, Yasuo Ohgaki wrote: > We have to come up with other solutions for > > - Session loss by race conditions > - Method to make session abuse harder I'll explain how attacker can steal PHP sessions forever with current session module. There are multiple ser