Re: [PHP-DEV] Session Lazy Write (was Re: [PHP-DEV] PHP 5.6.3 is available)

2014-11-15 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please see https://bugs.php.net/bug.php?id=68426 PHP >= 5.6 does not overwrite session file when session has not changed Remi. -BEGIN PGP SIGNATURE- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARE

[PHP-DEV] Session Lazy Write (was Re: [PHP-DEV] PHP 5.6.3 is available)

2014-11-14 Thread Patrick Schaaf
Yasuo, Am 15.11.2014 02:27 schrieb "Yasuo Ohgaki" : > > I've asked this issue on this list and there wasn't much opinion. > I'm rather put the feature in PHP 7, since 3d party session save handler module need to > adopt new API to get most out of it. > > Since master has new code, I'll prepare new

Re: [PHP-DEV] PHP 5.6.3 is available

2014-11-14 Thread Yasuo Ohgaki
Hi Patrick, On Fri, Nov 14, 2014 at 3:07 PM, Patrick Schaaf wrote: > there was discussion, one or two weeks ago, about session module changes > being reverted to counter regressions with some session handler locking > issues. As I experienced slowdown probably related to that when testing > 5.6.

Re: [PHP-DEV] PHP 5.6.3 is available

2014-11-14 Thread Ferenc Kovacs
On Fri, Nov 14, 2014 at 7:07 AM, Patrick Schaaf wrote: > Hello, > > there was discussion, one or two weeks ago, about session module changes > being reverted to counter regressions with some session handler locking > issues. As I experienced slowdown probably related to that when testing > 5.6.2

Re: [PHP-DEV] PHP 5.6.3 is available

2014-11-13 Thread Patrick Schaaf
Hello, there was discussion, one or two weeks ago, about session module changes being reverted to counter regressions with some session handler locking issues. As I experienced slowdown probably related to that when testing 5.6.2 recently (using memcache session handler), I'm curious: are these fi