Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78901 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81840 invoked from network); 14 Nov 2014 08:30:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2014 08:30:43 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.178 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.214.178 mail-ob0-f178.google.com Received: from [209.85.214.178] ([209.85.214.178:32792] helo=mail-ob0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/91-07200-2BDB5645 for ; Fri, 14 Nov 2014 03:30:43 -0500 Received: by mail-ob0-f178.google.com with SMTP id vb8so12099341obc.23 for ; Fri, 14 Nov 2014 00:30:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=KlPZBrQ7JkAAijLF2MZimjEo9U19MyziXgFNs4sGcHc=; b=SVJAouKlaeOTSh5y8zQXqygP7hhj8av6V9b9bUNe5Jl+gpmMRZjtSaZdbxx2MW9Wnj Qzyf/UgGUhdnWkuql6EnjYNNyA8J42oNI7Xdx9iJ2c5I6KWdc0qwFrnIGpcx3zDo0Dsg i9joGN+hXHOZKSRuJ72CqNSg/iAHrh+IKPJiB9ON5WdBnQ12bbZ2DiaMHALd2ovGoKLY OnmC40GtN3nsWE1z4gkyjiNXXHW6+VYG6kgbfwkgBWaUH9W6AyfCTdD1ToEoWK6xxpg4 Ym/nhFVOt4ISQ/BTBfzFxH8Lm8LR3cPIxG+9aJfcdNtHkFMjo3r19XRleuS/wk6LTaAp os8w== MIME-Version: 1.0 X-Received: by 10.60.102.1 with SMTP id fk1mr1268197oeb.44.1415953839823; Fri, 14 Nov 2014 00:30:39 -0800 (PST) Sender: tyra3l@gmail.com Received: by 10.60.79.131 with HTTP; Fri, 14 Nov 2014 00:30:39 -0800 (PST) In-Reply-To: References: Date: Fri, 14 Nov 2014 09:30:39 +0100 X-Google-Sender-Auth: DVDQrIDlFofyk-NorogC625lMIY Message-ID: To: Patrick Schaaf Cc: internals , Yasuo Ohgaki Content-Type: multipart/alternative; boundary=089e0111b844a425c20507cd71fb Subject: Re: [PHP-DEV] PHP 5.6.3 is available From: tyrael@php.net (Ferenc Kovacs) --089e0111b844a425c20507cd71fb Content-Type: text/plain; charset=UTF-8 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 recently (using memcache session handler), I'm curious: are these > fixed in 5.6.3? There is no mention in the changelog. > > best regards > Patrick > hi, the session related reverts (which should be a minor slowdown as the original feature was about not writing out the session when the contant did not change during the request) did not make in time to be part of 5.6.3, so expect it in 5.6.4. --089e0111b844a425c20507cd71fb--