Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86629 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51573 invoked from network); 13 Jun 2015 21:54:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2015 21:54:10 -0000 X-Host-Fingerprint: 77.170.89.239 ip4daa59ef.direct-adsl.nl Received: from [77.170.89.239] ([77.170.89.239:25980] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/83-07883-E76AC755 for ; Sat, 13 Jun 2015 17:54:08 -0400 To: internals@lists.php.net Date: Sat, 13 Jun 2015 23:54:02 +0200 Message-ID: <1c9pnad89m8c3snsiracq568es143bm0lq@4ax.com> References: <000201d0a4aa$40c2fae0$c248f0a0$@php.net> <557AD880.5070402@seld.be> <110601d0a54b$8ce6a380$a6b3ea80$@belski.net> <557B3D5C.8080100@lerdorf.com> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 77.170.89.239 Subject: Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing! From: phpdev@ehrhardt.nl (Jan Ehrhardt) Rasmus Lerdorf in php.internals (Fri, 12 Jun 2015 13:13:16 -0700): >You can get even more speed by compiling with --enable-opcache-file and >then in your php-cli.ini add: > > opcache.enable_cli=1 > opcache.file_cache=/var/tmp > opcache.file_cache_only=1 > >Then every time you run composer it won't have to recompile everything. I saw something referring to this in the commits. But some documentation would be welcome. I could not find any at the obvious places: http://php.net/manual/en/opcache.configuration.php https://github.com/zendtech/ZendOptimizerPlus Is this documented elsewhere? -- Jan