Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106695 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 34211 invoked from network); 23 Aug 2019 11:06:58 -0000 Received: from unknown (HELO mail-vk1-f176.google.com) (209.85.221.176) by pb1.pair.com with SMTP; 23 Aug 2019 11:06:58 -0000 Received: by mail-vk1-f176.google.com with SMTP id h192so2233502vka.1 for ; Fri, 23 Aug 2019 01:37:49 -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=67FiDSuVISEVlnQBzXJw6LcqI3OvoeEZZApuAPlpe9o=; b=U0DDaAZ7n/a8RjM9tbBsaezJNUMOWtNE2uVaWbhmmhEgQO2hmWedLnk/KORK1kx9rB Gx+T0qqJ8Kw7C47IKCvF4gGawPpv9cCCHSN5Xd84U7zzAgAcyN2NDkvuYHC6zcCXN1GN pEui2j5u9QRgZJT40jTw5R6NHkzCB0JOuf+lUGGD/LIzR+EV+Hr7IBC7VVOiB7BZ8Spj hkCfCpN5KKOtky/tyNBUK8Veuj5+pjSqEW28tuL1u9HTk3Uk/CRSpyG6vve311nrs5sv lCg0INz/Pv0P9e5QBZIGs0Bk4xIK4OwoUQYWAKBuTnYawB9jHFYDKLSZvU4P/IuzOGWz 5Qcw== 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=67FiDSuVISEVlnQBzXJw6LcqI3OvoeEZZApuAPlpe9o=; b=llyfgSB2yEegeW86ZFezkYz5bu8mc+HC+nU+gMtUOwJyDfdsoerZos8Vsw7hxXztD9 6gQgHAeZnOL4ii+9As0njpdbhC6/1mtK7D/znY3goahJvn+xLpUS21HDVHzSzcKX6e/g +pDBzy3vOUGkNzTeD6IzPyF69D99Ql0Cm6bpIqGtuDkt2SUQ7/zHYlfR4xOF6jfMRQyq VgVbB5zXszMQ3Wl2UQactyNDYQ/P5knMLdkkYl5RykJmo2QL138R9FgJfZOWviI/fEW+ FSq+rpKeYBtejeqRcNQ6VPSLfMXv8OgHNxV9vRyKTjDwDIXvAEfCgb98qUOWA2i7CcRE 6lTA== X-Gm-Message-State: APjAAAVVFCtXKwoiLXWMJSG15riV9y2a67t/2sVKlHHmNwL7Z7BM/9k0 PQYkbMOGNXu4kKbkDbjDhkvHxCvOfqc3+WbIR1E= X-Google-Smtp-Source: APXvYqydl/e1UD15oQh1bKS8jw0BfBX7ZuXW/G5cg+2IvOj2S00KoGoGO+H0aFP/pHyeY+6iMxe0Dn7NXb4p/TYexEY= X-Received: by 2002:a1f:8fd2:: with SMTP id r201mr1903963vkd.82.1566549468946; Fri, 23 Aug 2019 01:37:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 23 Aug 2019 10:37:37 +0200 Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000009ea5a40590c4b809" Subject: Re: [PHP-DEV] Remove special Zend karma From: krakjoe@gmail.com (Joe Watkins) --0000000000009ea5a40590c4b809 Content-Type: text/plain; charset="UTF-8" +1 Cheers Joe On Fri, 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)? > > Regards, > Nikita > --0000000000009ea5a40590c4b809--