Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65307 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9659 invoked from network); 28 Jan 2013 22:18:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2013 22:18:30 -0000 Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.175 as permitted sender) X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.215.175 mail-ea0-f175.google.com Received: from [209.85.215.175] ([209.85.215.175:47750] helo=mail-ea0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/9F-28517-439F6015 for ; Mon, 28 Jan 2013 17:18:28 -0500 Received: by mail-ea0-f175.google.com with SMTP id d1so1353481eab.34 for ; Mon, 28 Jan 2013 14:18:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=TlS9lvx3hIob3mdvSobn5TRj/wWW6o5kttmjfHkUGhE=; b=DDNOUl3I3TcYL2eQ8dmGjRE36K7AhGWWvdfonMF+eP80wTuqds12hjzvHLTl1xzaV3 ApTy5cwApWxPR4YDwYxmEN8dxubMJXpUjBggTlxvlX36cDuUFSNFNdSwGo7zRsGi3z1T It8cdiqnbJAGUKgdqQJYDtMtR9JRjVGk3+bp6umUtTB43+ZaCmZKlVEpX5lDy8jAKjiq 97hbqOqQfLcVPKhY6+GEz0yo4mh/NM9XrzmUNkUHnV+ZG+uUNihPdHKMkpeViSVBxe0y ZryPt+0LiaxQh0ngoUZOW0V3zXu1gZX8Czxzua0Gw8DJD7uubg9jyMjtMxQx02ujvsRO XaZQ== MIME-Version: 1.0 X-Received: by 10.14.209.198 with SMTP id s46mr30746105eeo.19.1359411505622; Mon, 28 Jan 2013 14:18:25 -0800 (PST) Sender: patrick.allaert@gmail.com Received: by 10.14.119.66 with HTTP; Mon, 28 Jan 2013 14:18:25 -0800 (PST) In-Reply-To: References: Date: Mon, 28 Jan 2013 23:18:25 +0100 X-Google-Sender-Auth: 0zD6Jd6ruRLqZd9Lz99zzOCODRo Message-ID: To: Derick Rethans Cc: Anthony Ferrara , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Purpose of voting From: patrickallaert@php.net (Patrick ALLAERT) 2013/1/28 Derick Rethans : > Both the idea and implementation needs to be sound. If not, I vote "no" > (and that also means "no" when it makes APC's life harder). This is a bit unfair. APC is just one byte code caching mechanism out there, even if it's the mostly used or most performing one (and even the one I prefer by far). If it was part of the core, then it would make more sense voting this way. -- Patrick