Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90812 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29888 invoked from network); 21 Jan 2016 22:15:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2016 22:15:42 -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.50 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.50 mail-pa0-f50.google.com Received: from [209.85.220.50] ([209.85.220.50:34625] helo=mail-pa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/B3-09073-D8851A65 for ; Thu, 21 Jan 2016 17:15:41 -0500 Received: by mail-pa0-f50.google.com with SMTP id uo6so30556295pac.1 for ; Thu, 21 Jan 2016 14:15:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=+VfAjq2/+WxjG6zC0RBv749sOrWy/lUP+aTldHKsd7U=; b=Dim16LJJE3QXM18UWpUwqpoZ5AUuT9ppnaF3/vcB2WnKKEk6XXyHzh00q8hXpXutlz W8sbP/1orqUKnzv0Df28xvFxtzAWhsBS1oucS/MTcf2ifpA+m/YQFMlYel8tK7fdjQLr ynmgqlpWk/dM38zWuP9zFL6hBDfiOiJx08AmVkmu8zEvbpiZvPYcrflm8qinM2dkrYFG T1QSziFsSmkr8m44TS47IryTHQM5+yFm24utIzYXmyczs4gz5mTVg8M0jZjriJ7ePsHm 0xc1wX8mTKSXU/kooiMdDw+ezhbRE1FPhra3WPO7tZRv79pkVHthqVx1UPiSbB4v4PCX FIrg== 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:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=+VfAjq2/+WxjG6zC0RBv749sOrWy/lUP+aTldHKsd7U=; b=V1SaH/Gh0Tje7w2eCYcJaCh+iDxdRBPUSKe/7BBHymFeocS50BZZOdmvi3nWVubY1h fit79sBtsXgoDnqOk7tiylGNihsARlYiXJd90CONORekgxBwcNU4RD0fnONFJRLIBecJ 2ieIfcXbJMLFHEwxIW6yaWCvsI5vUcfz2+YSIzIXfUFXv8ScjtjC0spN7/Rp8jjsDI4Q oogJglCoGPL+GQMUc/foZ4Yx8VHlvzwMy75fB2xFva9OiFSOl0DuPjYc63nNKpVxYMIU 4NKipXckX14ujPX7C/wR4W2BL4fAkd0tOvMIiNkMlbLhR93x9D8CNV91NR+oGqf8Ckvx qVbA== X-Gm-Message-State: ALoCoQko1SrUq3IWY+kqeAWapSohStKAxVMp8qy9Qaj8ekP8QjJwWx5g/53ZBpzBIWXtIKOr0iCR8jEwD2OysdtPoh/5nsZdzg== X-Received: by 10.67.6.233 with SMTP id cx9mr63834500pad.54.1453414538500; Thu, 21 Jan 2016 14:15:38 -0800 (PST) Received: from Stas-Air.local (tan1.corp.wikimedia.org. [198.73.209.1]) by smtp.gmail.com with ESMTPSA id 76sm4812381pfl.36.2016.01.21.14.15.37 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 21 Jan 2016 14:15:37 -0800 (PST) To: Yasuo Ohgaki , Remi Collet References: <03a501d15439$fcbf9ca0$f63ed5e0$@php.net> <56A1054A.5080102@fedoraproject.org> Cc: "internals@lists.php.net" Message-ID: <56A15888.1020308@gmail.com> Date: Thu, 21 Jan 2016 14:15:36 -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: Content-Type: text/plain; charset=utf-8 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! > 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. -- Stas Malyshev smalyshev@gmail.com