Hi all, Following patch against master
https://gist.github.com/yohgaki/6198611 implements FR #17860 https://bugs.php.net/bug.php?id=17860 This patch removes unneeded session writes. i.e. session data has not changed, just skip write and improve performance. Although it is safe to remove unneeded writes, if many of us want ini setting for enable/disable write short cut, I'll add setting for it. Any comments? P.S. Not all of tests are fixed yet. -- Yasuo Ohgaki yohg...@ohgaki.net