Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106700 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 8146 invoked from network); 23 Aug 2019 19:34:23 -0000 Received: from unknown (HELO mail-lj1-f174.google.com) (209.85.208.174) by pb1.pair.com with SMTP; 23 Aug 2019 19:34:23 -0000 Received: by mail-lj1-f174.google.com with SMTP id u15so9525567ljl.3 for ; Fri, 23 Aug 2019 10:05:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=hl28HA1KNBtSnPM37lRwraS0uh6624CdXrCTuPg+3dk=; b=hS3j7DWPcryUjhlElDDcp3/qVmtQIX6bQGyW7KSQv9Sk7ilIJ2aPwrHPXN0PQTbpdF nOSClKWJW4ptBi9ndNIneVqxtt1/P+261cRalZWdIVu3zfyK+hSllGcOsAHCo0opSZp7 m4cP49m3HzcCsZ1nZnvAQFme1t4xrFb3gjiY1LhqafYBB3FdutMX1AKWIw83pDv9JCHn tXep/G+e3M8YLcMEH1diLFqYcIwiu0q2BHGH+UIT5KP+ygWvF2kBphFZGEAckROpsIh+ paUvU8J6IeSI6mkawpRHM8YrpJnJLvObL0K9jKiXru4E1PdC2vTHSY/R2bqEvwfDe3i+ NaEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hl28HA1KNBtSnPM37lRwraS0uh6624CdXrCTuPg+3dk=; b=G/r5OP7G3w3Id24F1eiLne4Y3Kd0m/DiqZhAlo8Q5BU1/ytdDMzOOFuz11D40ofXe8 C9LJgz3o8+ARKJ0YnMzodk4NOuPp/0htRJX4rkurnmzblqCzNFqmOC/yxoaE3S4rIjxM PJtKGCv6uvcOxQlFciW8A1EU5m4pXwp7VZvGpKTWHo9opFrBDKoYTCkGh5m3UUTES8iD H7do3Tginkz/QdVIVZK+J4/1kvmFC59o7p5Kcs/cEyyqHfkWRk87SBWIj9HfIJV1SORS 53HtFsbP8dSRv+rrxSGlpE+H71H7WwEFPEpGGM2s7Q+CLZB0rrGhN0UfmjDx5/hcE0FA dXLA== X-Gm-Message-State: APjAAAV3ZNgzpuI2c6gRMmzXXhrzhvIBp1wBqCDRPaNjxz7ux2vNGNqc NuVGT+saaHLemi+L7JQAJwtGtdGnp9TwoY12RPU= X-Google-Smtp-Source: APXvYqxfIhjxXz9tfA9XfvaYH4CJ+RjJcQ1VrtsOb/vhQ/8x/ErIsmeeg1mDJX1vMIbO59YrvePqAu1Tub0f1WtMzLM= X-Received: by 2002:a2e:80da:: with SMTP id r26mr3470753ljg.62.1566579919357; Fri, 23 Aug 2019 10:05:19 -0700 (PDT) MIME-Version: 1.0 References: <480CCF73-6CF8-4F7E-B274-B785731ECE48@zend.com> <55B76F88-E657-4108-9215-9E508E882CFC@zend.com> In-Reply-To: <55B76F88-E657-4108-9215-9E508E882CFC@zend.com> Date: Fri, 23 Aug 2019 19:05:03 +0200 Message-ID: To: Zeev Suraski Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000009b0b870590cbcff7" Subject: Re: [PHP-DEV] Remove special Zend karma From: nikita.ppv@gmail.com (Nikita Popov) --0000000000009b0b870590cbcff7 Content-Type: text/plain; charset="UTF-8" On Fri, Aug 23, 2019 at 11:25 AM Zeev Suraski wrote: > > On 23 Aug 2019, at 10:56, Zeev Suraski wrote: > > > > On 23 Aug 2019, at 10:33, Nikita Popov wrote: > > > Hi internals, > > > We currently have separate karma for the Zend/TSRM directories in php-src. > > I think this separation has become more annoying than useful at this point. > > Most changes from newer contributors are approved on GitHub first, and we > > often have to grant some form of Zend karma for tests if nothing else > > anyway. > > > Any objections to dropping this and have a single php-src karma for the > > whole tree (with the exception of php_version.h, which is used to prevent > > bad merges)? > > > > No objections here - the separation is fairly meaningless nowadays. > > > On second reading, do you mean to merge the Zend/TSRM into one, or so away > with both altogether? I initially read it as the former but based on the > reasoning I think you probably meant the latter..? Personally, given the > complexity I think this level of granularity makes sense - do we really > have that many folks that should have direct access there? > > Zeev > Zend/TSRM already have shared karma, I'm suggesting to merge it into php-src karma. Complexity is pretty meaningless here, as changes need to be reviewed anyway. Zend/ isn't different from other code in that respect. We also have plenty of other complex code outside of Zend, such as ext/opcache. Nikita --0000000000009b0b870590cbcff7--