Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90816 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42708 invoked from network); 22 Jan 2016 00:00:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2016 00:00:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.175 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.175 mail-yk0-f175.google.com Received: from [209.85.160.175] ([209.85.160.175:33985] helo=mail-yk0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/35-09073-93171A65 for ; Thu, 21 Jan 2016 19:00:57 -0500 Received: by mail-yk0-f175.google.com with SMTP id a85so68384522ykb.1 for ; Thu, 21 Jan 2016 16:00:57 -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:from:date:message-id :subject:to:cc:content-type; bh=fWN84paVDAoTjsXVVd1M1TAj70qZrt01aHoFRnGvY74=; b=bAwUBj3Df331SEMTIsO3BQfAp3T3CPKpB08n2dmh2g+h/c7m5SpBiZcwFCAoPNz8fo HG+dvSs7rLJrrYCJ6wi12c11ehvVfxvVzPuWJx/akJ0h71XRxRbP5cAHVrs8lAQxbB4L wyY4jVf8pvsGFVK5Qn+0VGpjNushiHfRDSwd8my26SgwmXG5HtiSUp/xvPxCOwJPuydY TflouogzGjQSrrKrQ52sXBJjDQqEO2SPsKaQg1moq7TIlvt2/Pmjs1e/5CzF4ihEWwvS hETdwRdO241ypjk6H5xm3fXH9g+xLFJBgpGweLYElyYh0sixN6htC/xBcvPrHXBTLT8b fOtg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=fWN84paVDAoTjsXVVd1M1TAj70qZrt01aHoFRnGvY74=; b=FgINsWwmy+8Yy4UAFOvNcCNMPW1NBCOM39JSzg8AwbRAxqEqDyS/EiXx5TZNNxxWX6 gSRWT92rd08Xtq9/csnXCpMBmX+5K9bE15CaPN7qnNBNJXpevZgpTauUB3FKawDaLz79 dZp3ObcXIrDiixjlybaj3gymWF+TQCY+oeHjeMiDCXz5yxj81u+xvBWxFnc4CvR2eSaF IH2QA0Kr9yqRsH4fEXde/WdKUvQNkQp7h8XrGyKNtuR/VqsDUWYL9QCxgkcCOiGz6c2q 7U2DNjEhbp85l0d4e30X9CkcOe7WaUxUl+M7fD6xhX3DueyHVEtJBcYZRrdMJiDWcZg1 /BlA== X-Gm-Message-State: AG10YOR/0ZjwIbaJMZAqyovkr4FLN9fz7vavkyXVaHl0VPfG9oxnzj0fOUew25LDVvNgBQSCCBX66I//dV49iw== X-Received: by 10.37.59.20 with SMTP id i20mr29488yba.27.1453420854521; Thu, 21 Jan 2016 16:00:54 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.88.139 with HTTP; Thu, 21 Jan 2016 16:00:15 -0800 (PST) In-Reply-To: <56A15888.1020308@gmail.com> References: <03a501d15439$fcbf9ca0$f63ed5e0$@php.net> <56A1054A.5080102@fedoraproject.org> <56A15888.1020308@gmail.com> Date: Fri, 22 Jan 2016 09:00:15 +0900 X-Google-Sender-Auth: NBuimKD6wv9bkYAzGTEFM4H07rs Message-ID: To: Stanislav Malyshev Cc: Remi Collet , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] PHP 7.0.3 RC1 is available for testing - **** BC break *** From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Stas, On Fri, Jan 22, 2016 at 7:15 AM, Stanislav Malyshev wrote: > >> We have 2 choices >> - Enforce new and correct behavior since it will not affect normal >> operation. i.e. Actual production site >> - Restore old behavior for the time being. (For this option, I prefer >> to restore only for PHP 5.6, but Ok for PHP 7.0 also. No for master) > > Since it breaks applications, the existing behavior must be restored for > both 5.6 and 7.0, unless it can be fixed ASAP. For master, a note should > be made in UPGRADING at least, but if it's substantial change that > requires applications to change then RFC would be requires I think. The cause is logic, so it cannot be fixed unless we use bad logic. The fix will be included in my RFC ( https://wiki.php.net/rfc/precise_session_management ). BTW, it will not break application, but break tests for edge cases. I'll revert the patch if test result is good. Waiting Remi's response. Regards, -- Yasuo Ohgakid yohgaki@ohgaki.net