Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89209 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3601 invoked from network); 13 Nov 2015 21:45:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Nov 2015 21:45:17 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 188.94.27.5 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 188.94.27.5 scarlet.netpirates.net Received: from [188.94.27.5] ([188.94.27.5:36334] helo=scarlet.netpirates.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/02-62946-4E956465 for ; Fri, 13 Nov 2015 16:45:10 -0500 Received: (qmail 1684 invoked by uid 89); 13 Nov 2015 21:45:11 -0000 Received: by simscan 1.4.0 ppid: 1676, pid: 1679, t: 0.2247s scanners: attach: 1.4.0 clamav: 0.98.4/m:55/d:20700 Received: from unknown (HELO localhost.localdomain) (php@sebastian-bergmann.de@64.134.181.53) by scarlet.netpirates.net with ESMTPA; 13 Nov 2015 21:45:11 -0000 To: internals@lists.php.net References: <12.A1.62946.CB756465@pb1.pair.com> Message-ID: <564659DF.5070904@php.net> Date: Fri, 13 Nov 2015 16:45:03 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <12.A1.62946.CB756465@pb1.pair.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Support for writing and executing compiled opcode From: sebastian@php.net (Sebastian Bergmann) On 11/13/2015 04:35 PM, Stephen Coakley wrote: > This is quite similar to Python's ability to execute Python scripts > compiled to bytecode as *.pyc files. The feature has seen great success in > Python, mostly for distributing releases of software or deploying to a > server. Correct me if I'm wrong, but this should already be possible with OpCache and its filesystem backend in PHP 7.0. See http://talks.php.net/froscon15#/php7pcache1 and following for details.