Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73088 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84657 invoked from network); 12 Mar 2014 23:43:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Mar 2014 23:43:37 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.160.170 mail-yk0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:64507] helo=mail-yk0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/10-17655-821F0235 for ; Wed, 12 Mar 2014 18:43:36 -0500 Received: by mail-yk0-f170.google.com with SMTP id 9so699898ykp.1 for ; Wed, 12 Mar 2014 16:43:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LMoe5ZbT2u2u+66hnRJcotUB1rumMlrwM5CvJVTq89A=; b=vtRFsgY6Q/ZqvzX1HPQJsXYwPRDv/Vr00eGuYC/e8ZLZJPL09OS9wadWcsmKxYxLr+ t57XAHaxgxA41E6ystY5AHdKWDbl7xkZg+sE6FY5gAQEx+IRjmoRn1l5HCXGpgBRWHsQ vcxplO4Z7tyTp2efxiyHhAkiJWPdbpDHeekSw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=LMoe5ZbT2u2u+66hnRJcotUB1rumMlrwM5CvJVTq89A=; b=JkAf8JZ+yT3YmtAKL3S7yZdftywa7E3qeb2Td6x1qj5RUKKumBsdflp3QDFVL5rbr5 RJOajXq/Y+Jiurw9jxrbzElNzdJTqfhJKaYgisfZIRw5HlEqc0yX+D7mTnfUhSIhBid1 F6/wUIb2r9wlyc15rfRu14gT8v5wVbinTwLpfwnvGdI215nQfQeVGJ8V0BtoVladf2HV g5tnw08KrQy3a9xVrbdA1C1H/VMzmXT5Ylq2Yb7V7lULGCml+PQDv3v7Pph8ORQ1OWsF 9U4Ptopz8FpkDPEngKqBBKbrwqztKptJbAla5Yx5M6Lc7Dz/XuchQwfbH88RLHVPX754 zZeQ== X-Gm-Message-State: ALoCoQl8Ff6ZUtuN74sogIcJL8hGk1D7iHBo260U5dFlHMXVcSfeGy2uXTTu87CG3YNbzFni9ZsI MIME-Version: 1.0 X-Received: by 10.236.86.1 with SMTP id v1mr344521yhe.1.1394667812802; Wed, 12 Mar 2014 16:43:32 -0700 (PDT) Received: by 10.170.188.139 with HTTP; Wed, 12 Mar 2014 16:43:32 -0700 (PDT) In-Reply-To: References: Date: Thu, 13 Mar 2014 01:43:32 +0200 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: Revert session_serializer_name(), session_gc() From: narf@devilix.net (Andrey Andreev) Hi Yasuo, > I'll fix root cause of GC issue later. GC should not depend on luck. What do you mean you'll fix it? What would the solution to that be? > Are you going to write RFC for INI issue? Not at this time, it won't make it into 5.6 anyway. Julien Pauli already suggested that we should discuss that for PHP6 ... I have some ideas, I'll start a discussion about them soon. :) Cheers, Andrey.