Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90960 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95211 invoked from network); 27 Jan 2016 02:04:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2016 02:04:31 -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.220.54 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.54 mail-pa0-f54.google.com Received: from [209.85.220.54] ([209.85.220.54:34426] helo=mail-pa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/50-28185-EA528A65 for ; Tue, 26 Jan 2016 21:04:31 -0500 Received: by mail-pa0-f54.google.com with SMTP id uo6so109388303pac.1 for ; Tue, 26 Jan 2016 18:04:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=Qd85Up97VxBPAPCLsU4MKg82zSFmvKSdvopqGJavIJQ=; b=OmBfEjuIlsGQcRPjr+5g1cKU1MPVZJbGWPpNREje5JyX2R1CLzlOae9tPe9liQBXqe Chfywo8euC9TunDtMgT2sfW/3TddxunnD55hTQH7DyZDuRJVYR2/wSK8LqgIQexrZ8lK MYuNJtvLphMW2+MR2Z16PIJPPuDL4NQW9Q7iS8W9LoPgUvMbruOiVNyW6+GSFWtteWbs HT+fbAFGgbTg1ngwTMcRApppl4y5O5KwG55i3ka6SizHUu5IDbXdbBR/XkW43Evj0B8H qLZckw5Xr/qkK0s4QM7sQ4TNrGsKTzzGObanChNoqSZFL4rBxK08UgQBSJv80+t3gl3x k8Uw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Qd85Up97VxBPAPCLsU4MKg82zSFmvKSdvopqGJavIJQ=; b=ciKJSOuX9TboTe/p5lFxJ+V/F6UvmBCN6TFPsPJOoW0+lA7NHA2t0/yk78w5OEp3rO /bD9QZlTfq2XWxR/lX1XnNbzv2fAMiaxjOxSufN9Y26benXV8OA3EeFZ0dlj4KknhPTC jB+q8gnu33VEHLR0b4MWXKQ4JpiVTp94Tdsu/2A/F98s2IunhoH3Rjw/532BtsoIXTbA bEeQbaFzz+HCuQAPJelkQ/8csIa6hKj7W11sm2vi9CaV2Eds7503q0pF1rI4slv8tkic Fzw6Lo6xB6B2KqOtGkgsvbTuWz4Ie7VoDewa7MK+YCC5Lk14lWPyXEx3bWnYqqvfy5T3 pkGw== X-Gm-Message-State: AG10YOQw4cqml7tpVIP+pjEAR9hN62P9to4FILbL/qJYnzzXY/CU8oAoojfBuPmcqfy60w== X-Received: by 10.66.148.99 with SMTP id tr3mr38674542pab.19.1453860267856; Tue, 26 Jan 2016 18:04:27 -0800 (PST) Received: from Stas-Air.local ([2602:304:cdc2:e5f0:c8d3:ee4:eeec:eefc]) by smtp.gmail.com with ESMTPSA id fi16sm4605488pac.12.2016.01.26.18.04.26 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Jan 2016 18:04:26 -0800 (PST) To: Remi Collet , internals@lists.php.net, Yasuo Ohgaki References: <03a501d15439$fcbf9ca0$f63ed5e0$@php.net> <56A1054A.5080102@fedoraproject.org> <56A2069B.2050007@fedoraproject.org> <56A21D68.6030403@fedoraproject.org> Message-ID: <56A825A9.9020706@gmail.com> Date: Tue, 26 Jan 2016 18:04:25 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <56A21D68.6030403@fedoraproject.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 7.0.3 RC1 is available for testing - **** BC break *** From: smalyshev@gmail.com (Stanislav Malyshev) Hi! >> It seems that using a user land SessionHandler, the "write" method >> is not called, raising this issue. > > Attached as .phpt Bisecting with this test shows a15e9ccba8a34553c029fb4574edba87c76447e5 as the breaking change. So we need to either fix it (this week, as next week it should be released) or revert this patch. -- Stas Malyshev smalyshev@gmail.com