Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89252 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42612 invoked from network); 17 Nov 2015 00:06:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2015 00:06:48 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.215.48 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.215.48 mail-lf0-f48.google.com Received: from [209.85.215.48] ([209.85.215.48:33763] helo=mail-lf0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/C5-34372-79F6A465 for ; Mon, 16 Nov 2015 19:06:48 -0500 Received: by lfaz4 with SMTP id z4so33217683lfa.0 for ; Mon, 16 Nov 2015 16:06:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon_com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Qgezo2ufqb2/+uCxscl0ehyRYSqTCOXggcoUj+G5i80=; b=NoKhFCjRABhVhXMLZRLf2lVl0JPnbYdHIau8ThHYg48F5YaRhH6aQVJdJSlEvseivC 36LpkkeflrfyfLSsBV+LGHlLeWyxWBlKlyYVAFd4198orajLf/adE16YNp5ioWXBaLvo 6AmJQaHG7gBowfRCCrWAUzzN3CbuyZqlIM7rb6olVe5wV5+qEzpU7Rl3Vp7hr/zeG9wm RP3vkHiKnSOvJ1OO/1UrspJuxWq1jSyf7e3enMNUFiKbIjS3BHfkT9P8jBSNrJlMjECw MnCt6B8iExzi0gSgCYsPoxTsmgVAWuq3Jy8cZ+2D01/9PafGyac7p0z6sKGXKbz/3ZW0 1lUg== 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:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Qgezo2ufqb2/+uCxscl0ehyRYSqTCOXggcoUj+G5i80=; b=ZTGAhJAoy41fxHYzXE06W6I0fyqcvSixzogTkrW/NmmFjKOeXJdtvue+Y/7MvQ5cYD /vviAs4txFgad4x1OOR/9Wc6L1zt3DPVDX7zrGNmVSWKLbw6gxa+ho3nnTtN8YtDUefP rvYR07Sv1wYGEMkMv5U1zDq4t8yxaW4i28NnKwzcc4p1p1eZz26xp98q4Y7bD6cg7YbK Lv77l2SMpQx7+GNN05JRQGr9/dJhcOnMrIXEMhHYIA+nb/D6Pdndngkw/C9593XS98oc 0Qg/d/Wl3SRKGfnLppwCIenDYDRYeGTEA8TD6xED/TTATVNhJriqMoH+QW31DWazI6qq SATQ== X-Gm-Message-State: ALoCoQnvqDXjjCNYgwtUbW3m+rJ9QCqI2CLO3gB3fm6yG93GJtLhLpjB3YskvpYSK6Jc+EwIUZnb MIME-Version: 1.0 X-Received: by 10.25.22.214 with SMTP id 83mr18582681lfw.8.1447718803320; Mon, 16 Nov 2015 16:06:43 -0800 (PST) Sender: php@golemon.com Received: by 10.112.184.74 with HTTP; Mon, 16 Nov 2015 16:06:43 -0800 (PST) X-Originating-IP: [2620:10d:c090:200::b:dd47] In-Reply-To: <564A38FB.2020101@gmail.com> References: <12.A1.62946.CB756465@pb1.pair.com> <564659DF.5070904@php.net> <77.62.62946.F6D56465@pb1.pair.com> <80ED4CA4-1548-48B5-A94B-B3FA1377C755@lerdorf.com> <54.63.62946.75D96465@pb1.pair.com> <564A38FB.2020101@gmail.com> Date: Mon, 16 Nov 2015 16:06:43 -0800 X-Google-Sender-Auth: j59-xKOhsjfnKphB2rmLySIbCwQ Message-ID: To: Jefferson Gonzalez Cc: Rasmus Lerdorf , Stephen Coakley , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Support for writing and executing compiled opcode From: pollita@php.net (Sara Golemon) On Mon, Nov 16, 2015 at 12:13 PM, Jefferson Gonzalez wrote: > On 11/14/2015 08:03 PM, Rasmus Lerdorf wrote: >> >> Beyond that I can't picture what possible use this could be. > > > I also think that the ability to have a .phpc and .php side by side would be > nice, but not for hiding the source code. It would be useful especially for > php-cgi and secondary for php-cli. In php-cgi case theres people who still > host multiple sites on a single server and use the php-cgi method because it > doesn't requires to have an always running instance like with php-fpm. > Which OpCache's file-backend covers...