Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106694 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 32235 invoked from network); 23 Aug 2019 11:02:13 -0000 Received: from unknown (HELO mail-lf1-f45.google.com) (209.85.167.45) by pb1.pair.com with SMTP; 23 Aug 2019 11:02:13 -0000 Received: by mail-lf1-f45.google.com with SMTP id 62so6521365lfa.8 for ; Fri, 23 Aug 2019 01:33:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=5R1VP8oC49dg2RAGWQUui+YkNyKVrvk2fVR6rgN0Gf0=; b=hDGCKlvUzGEW61mw1Kfbj6cKtYKe4qULAODsPK1c5YsRU93jny5HLOV0ACLruY1A94 W8Wi24zjKgGSKVR5Igl7aJmu3SpDwHUQrLfNtDkzHBBYPi7vj6FPMp5DNM+MLGfQxhKs xqhSS79RrQuBzi9jD2Zw0VHeBMmcuAe1GcolTvkYp0zpOQpZmhmkY3MmxnFS/OXkO8tH MNVoZdNk34qva8oRXKKFtN5te70PPik3/uwzyrYCTTM74oLgMuTOheyvFKZs38lHtq9N XwP9GqNpCbO+oih7PakCiF0xa63ef+mfC0JuuGiTEZ7DLt/bsvz5m2nEEM6oE9jlLcMA dINQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=5R1VP8oC49dg2RAGWQUui+YkNyKVrvk2fVR6rgN0Gf0=; b=bnULKJKJ0q5Rd0YXpY8CaWrw3JgdVEZ9PvTaeoJ0qovgFqCov1Z28A5P+25qHHWi9L Fv9hHdwy3gxFXZQUD3ENh7GqfcR0QO9osI1P084WQaGQwdJWUfPRed0zcqRX/vzQztLJ VPnXxHUoWRGRd17If6ZZIq/PM4EPSD1T5sRPA4z3rTFmtVt6OsxeYYVobXzTpUMAjY9b nihFKiCBjmLWy9lFD8rmeJnNVgr3N1ucZ1Zp/ljAgaqqC/8ptnD6mRMrYd4wh+LeUD4D xTvZj2XHJxRMTugVPMXlEibXmmB90hAb8zSMWuBzh43oXJNs+PdT2UBHLx/pWzgncX6f Du9A== X-Gm-Message-State: APjAAAW2940ftq+R18KEUcEYcFqcL/ZgV0PICgh3A6KfxKcGhxIFIRvS tUoVYb7EJ+C/MNswUz1+lixWWblIkX7sh9ex/vUHqcl1 X-Google-Smtp-Source: APXvYqwja5PdIfOjxTvkwXz95rjt3qPpua/b1eX7BuOJ4yxvJzN8C8bCwkDAMUfgB1IGsTXV7J/At4fiSmVdi8yraiE= X-Received: by 2002:ac2:5219:: with SMTP id a25mr2085499lfl.154.1566549183818; Fri, 23 Aug 2019 01:33:03 -0700 (PDT) MIME-Version: 1.0 Date: Fri, 23 Aug 2019 10:32:47 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000009ff0d60590c4a787" Subject: Remove special Zend karma From: nikita.ppv@gmail.com (Nikita Popov) --0000000000009ff0d60590c4a787 Content-Type: text/plain; charset="UTF-8" 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 --0000000000009ff0d60590c4a787--