Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101950 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2441 invoked from network); 1 Mar 2018 23:22:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Mar 2018 23:22:59 -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.160.41 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.160.41 mail-pl0-f41.google.com Received: from [209.85.160.41] ([209.85.160.41:45681] helo=mail-pl0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/C2-16517-35B889A5 for ; Thu, 01 Mar 2018 18:22:59 -0500 Received: by mail-pl0-f41.google.com with SMTP id v9-v6so4546327plp.12 for ; Thu, 01 Mar 2018 15:22:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=m3WzAxpID5zuqIjK8aziYH5pFULw27ulMukmsuDLrlI=; b=hT4QKe1C6GwfOE//ERD2pq2qAIh5CT7WYq13fuf3grXSkNGdLdTpa1xMbjz4PzzI2p NpUsOvFc2hIM5kN4076ZJ0T2VI1frtZkyeQTrIqcIVI/CHKu5HWLOrY1EbXtBxWZObuo yT74sqy0DvQEBCcJvus4dpJGelm94poMaPE3KDF6buUcecKIUSZ28Z5PgDN96bc0IVOj Z2Prfm9KIouWwDWpvR40Pw8xKWj52Z2UfaOa4+XHs648GLFJZFEHXkONtL2Ew+mjBMJw ODaBkTwXba1kUF7M9h3iHQXSq9ge38pchltpC312bXQPOfAuueBXi1JINkWRrAhbrJLf G/7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=m3WzAxpID5zuqIjK8aziYH5pFULw27ulMukmsuDLrlI=; b=NoQyG/PeGd8nsSzdFl32vCWxRy3QC6hZHIaU/JSybhL1lYXgxjOG9nfOV3xNQtoqgT GYH1tv1cbgZbO8gNXTHJzBLMkEgr0c24S4caV/Z/3URHoZ1iu6WPvKts3X68mz/ZI4C8 AdWyCzy/AwjAuJY3ASPtui5/YCkLfGhmdjWF/IBsS8cAF99efWzFh46hu3WQRSEUDkaZ MD4pEE0zTJXz0+I1QSh/xZQXMao8xujrIIYNp9I0r56a5lVU23MBogM9WeL6TD2i/qhg E8IzqD0VfEun1zvYaIJdZkfiBAzDkazwjIp8aKXMfv61R9mgTI8AX9YDt3QHIuNBtQjB WOiQ== X-Gm-Message-State: APf1xPA7JxiAcpWyZwPrd13Jbjq9VxZAXLx1SeG4m6DDIPNCO+1ps7HZ tyrGn3NWUlAHKcqL5Um+gvPMWRg= X-Google-Smtp-Source: AG47ELsNW1E4CsSGBtJyNzEjdjSV5edXyHTSqLD2fZCi79ooGWyJyFXx0n45r3Gmzlr9T3JmaMgAsA== X-Received: by 2002:a17:902:2904:: with SMTP id g4-v6mr3358995plb.170.1519946576034; Thu, 01 Mar 2018 15:22:56 -0800 (PST) Received: from Stas-Pro-2016.corp.wikimedia.org (tan4.corp.wikimedia.org. [198.73.209.4]) by smtp.gmail.com with ESMTPSA id i186sm10571552pfg.25.2018.03.01.15.22.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Mar 2018 15:22:55 -0800 (PST) To: Matt Ficken , Anatol Belski Cc: PHP Internals References: <72f70269-c6db-db86-43c4-8b69def88d34@gmail.com> Message-ID: <14658859-6402-7f93-e090-9a652d7d650a@gmail.com> Date: Thu, 1 Mar 2018 15:22:54 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:59.0) Gecko/20100101 Thunderbird/59.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] run-tests.php exit code From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > If behavior wasn't changed unless ENV var or CLI option was specified, > then I think it can go into 7.1  (run-test.php isn't production code > part of a build, etc...). The point is to change behavior - namely, make run-tests return proper exit code even if no variables are set. True, run-tests is not part of PHP language as such, so one can claim BC guarantees do not extend to it, but I'd like to hear if somebody knows any reason why this still might be a problem. > For those who benefit from this in 7.3, they should benefit for 7.1 and > 7.2 which we have to provide the same level of support for a couple of > years still. Yes, the options are 7.1 or 7.3. I'm fine with both, though would like 7.1 better. -- Stas Malyshev smalyshev@gmail.com