Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95542 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11212 invoked from network); 1 Sep 2016 18:02:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2016 18:02:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@daveyshafik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@daveyshafik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain daveyshafik.com from 209.85.220.181 cause and error) X-PHP-List-Original-Sender: me@daveyshafik.com X-Host-Fingerprint: 209.85.220.181 mail-qk0-f181.google.com Received: from [209.85.220.181] ([209.85.220.181:35073] helo=mail-qk0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/05-47600-B3D68C75 for ; Thu, 01 Sep 2016 14:02:41 -0400 Received: by mail-qk0-f181.google.com with SMTP id v123so93410128qkh.2 for ; Thu, 01 Sep 2016 11:02:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daveyshafik-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:from:date:message-id:subject:to; bh=eH5jI2ihvTKaAxLpNVXVrVL293wonmlgsJaZwIaSzB4=; b=o0oHl65PZUoI7AsBsYgkm7w1ofVQ2KadKmHjlGOmoXIIyryfn+CKUAiM7nr0M+81Xh MyAM2tMidAbb3KxVepPYXENUwTPXEARNyrlwIrj6pDxRKCUVRO6gaiz7neighfNlfi1e c1zMb86SQM9YwEYqh0D5cGu/kubXGSp6azNxK5Hk8MwLouq3eFRFSo6hIMvPdGsakVfU NjgNCxELd0fcZXo3mHa0CFz1yTHZFt/O6lGerM1bM6GSLcQAT7bAT6ZzjtzriQ5e2O6c x6Jol9WHxH9YEG46SdFxo5neD7kznN8BBnexQBkF+UHr1TSeI5woJWfnwKlRbPUjbK6O bXQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=eH5jI2ihvTKaAxLpNVXVrVL293wonmlgsJaZwIaSzB4=; b=gAjZS5D/2z/bDJgBCHgYzdolEfZ2GHNzG/f5fCq62ZSg4jTXqOvKWOWhI19Pc5Odzk SPP140Qlbn+CCoHvoBc33F7P1rJv6w2StuvJbJkAt1yC7ET1sbI6LIGuS6t0/t+OdW2y a8ru7sU+EmSoqfkFHWaH5+Q3243sCYt8/kZrQ5kMXpQlSiqgjNL4+XKWjEbVzOX8w6YL BMXeZHbWI7n5pu50fmmkA/Ou1F8r8Y2siRE1dYHzpfqKDUV6tiXMgj6bGwdDiDvZm54j wjSFaIXUA2EHIcOi9tUgRnsyyHQj2guA1KDydl6KQ4p0ipLSkrEhmK5itFJazDl99HuU ZIIA== X-Gm-Message-State: AE9vXwOCNn23EaKhllgB7IBdup3CvV3qeVaIoeqbKub17nEkTe+23EOE0w064VeNEMtGwRhwGGig51n82xY8PpbJ X-Received: by 10.55.192.149 with SMTP id v21mr20483198qkv.216.1472752952963; Thu, 01 Sep 2016 11:02:32 -0700 (PDT) MIME-Version: 1.0 Sender: me@daveyshafik.com Received: by 10.237.55.138 with HTTP; Thu, 1 Sep 2016 11:02:31 -0700 (PDT) Date: Thu, 1 Sep 2016 11:02:31 -0700 X-Google-Sender-Auth: ydA8h7g1rBlHKuKhiPxYG-iIJz0 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1149971a9aa137053b760447 Subject: [PREVOTE] PHP Engine Constants From: davey@php.net (Davey Shafik) --001a1149971a9aa137053b760447 Content-Type: text/plain; charset=UTF-8 Hey all, A while back I brought a small RFC to internals, that proposed a set of constants that were specifically for alternative implementations to identify themselves as such if they want to conform to the spec. https://wiki.php.net/rfc/php_engine_constant There were some folks who didn't like it, but nobody suggested different implementations, just didn't feel it was necessary. As such, I'm planning to bring it to a vote next week - this is simply a heads up as it's been a while and I want to give a chance for any objections other than not wanting it to be voiced before I open it up for voting. The vote will be a straight 50%+1 yes/no vote. - Davey --001a1149971a9aa137053b760447--