Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100903 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21187 invoked from network); 15 Oct 2017 22:20:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2017 22:20:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.177 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.177 mail-pf0-f177.google.com Received: from [209.85.192.177] ([209.85.192.177:46075] helo=mail-pf0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/47-11059-82FD3E95 for ; Sun, 15 Oct 2017 18:20:24 -0400 Received: by mail-pf0-f177.google.com with SMTP id d28so14387168pfe.2 for ; Sun, 15 Oct 2017 15:20:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=JbURnuaVdggMn0z5Mb3B8KqRwf9KxKkJsdp7rJEOeoY=; b=a6kT+ARr+t7MXPw5+wt8rCP/EbNIU+sAYPgoBW+yiZY8kc7WkOSw4/ybTqjpCP4acW jvzRuErfqKiWnQl85MaRxc48TeMiXP4G/4bEB+I2ATmIaO4becaiz2w/Kp2RzJ6Cg+kM EsKk7CS1hwGzwg3+Tm5vLRAguv+rhSYn8kOX1CM4q07dFwWbve56rFchFVb9rdOh0AKd 2j569Mv+7kReoz6C/vf1LBh95a4w49/Ug9XzOiZ3b2aERx8eBAnoaPCWFXor/BrgaRSE 3iwc4PCyxFV6FIYE7Ft6MtWl11a9sFosoZ3oOBu2uBtwtqbyWrVZNoatpdqlgPzOjYG0 3fBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=JbURnuaVdggMn0z5Mb3B8KqRwf9KxKkJsdp7rJEOeoY=; b=T54lZdJt56wouk1BtoJ1QOL4ipmaj6aqsqsUzLbvpJMicAYy8D4/zCGArvcrQDcSns W7YJJO93DQlqUfu2JTIitMCIAEIh5bTN4EnQCBSCUjfQxDAYqfk+ibapYL2a8tfMjmnH 4Oxz23W7+i878sZVTWrm5RsU0qec0au+QySAv4j6Y8/UZleMIYVVaa0rqDjar9JQ3+BH gqzGSz5Xkkzk96ak1Lez6LzHBFtvPZt7PpVZ4/grDezjBCqgUSDZr4JjPHr0fv1itN0F BH05v4PNflIqulLtHJzoi5tn1XuhvEn9VzWj45WPXE5tZWkIGyq+Q3ZrJgH6wJmrKPe2 qDoA== X-Gm-Message-State: AMCzsaXUhQH9IyQ+zslUsiNdeCUvhCE5wb8oiTpkRW5BAIZxGcT6130E fRl2z6nz4IMHpGLODNcXdweWtX8= X-Google-Smtp-Source: AOwi7QBhG4qtgCMbtejomj7Dd2HCgNEZCrF6aKYfYK2ICSJo1SDv4HIv9amFEMr4/4Otmn0E0Lbs6Q== X-Received: by 10.98.65.27 with SMTP id o27mr7077763pfa.327.1508106021465; Sun, 15 Oct 2017 15:20:21 -0700 (PDT) Received: from Stas-Pro-2016.local (ip-77-228-239-173.router.siliconvalleywifi.com. [173.239.228.77]) by smtp.gmail.com with ESMTPSA id z6sm11551139pfe.114.2017.10.15.15.20.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Oct 2017 15:20:20 -0700 (PDT) To: Nicolas Grekas , "internals@lists.php.net" References: Message-ID: Date: Sun, 15 Oct 2017 15:20:19 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Session extension cannot be used in a loop/CLI since 7.2 From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > I'm having a hard time fixing Symfony's tests suite to 7.2 because of the > added warnings+ini_set-rejections in the Session module. > > Testing the session on the CLI is not possible anymore without starting one > PHP process per test case. Why not, you may say. That doesn't sound good, do you have details why exactly these things do not work? Generally, I don't see why anything in sessions should not be reuseable within the context of the request. > Is it something internal should care about? Should we reconsider this for > 7.2? I think yes. -- Stas Malyshev smalyshev@gmail.com