Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84238 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32502 invoked from network); 3 Mar 2015 14:54:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Mar 2015 14:54:25 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.173 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 209.85.212.173 mail-wi0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:35936] helo=mail-wi0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/9B-03783-F1BC5F45 for ; Tue, 03 Mar 2015 09:54:24 -0500 Received: by widem10 with SMTP id em10so23451389wid.1 for ; Tue, 03 Mar 2015 06:54:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ob9urhfLO6DdMdyppZLXfHfplcqaymA4fGZRs8O3fnY=; b=kOfFJiGzAjlaf2Cxcrtmd9ryYIw/1vUZ7YGJj5zuTXYw4XlkCYDQf7hmSdzdPSSjfA Z7GnJPYtTbo0ml/8Ms82lLtplhLcyBw0aQeyBnaAZL7jEJzbbmA7G3Bvue8CLwRFR0QY MWuebbYAMKLGkogrG99px/WBs+31MWcPQxPKuTlhcmWDqRAEscXvNXptYC77JF+5/XoA C9lwKzTG+3UNlu3VFXx0jzOU2UxPfWOg59iRyd9dwFWcy4sEk8FuFEM4dB9WKVIcSO5x Un/RVIcz5sdZE3VCbfEhlA7meu7tryqjTuGMstMrAXz1/WFT47pKsyIRDqFP3fk/FxKd 1Xjw== X-Received: by 10.180.82.40 with SMTP id f8mr3639384wiy.60.1425394460528; Tue, 03 Mar 2015 06:54:20 -0800 (PST) Received: from [192.168.0.159] ([62.189.198.114]) by mx.google.com with ESMTPSA id 17sm1608185wjt.45.2015.03.03.06.54.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Mar 2015 06:54:19 -0800 (PST) Message-ID: <54F5CAE8.7020605@gmail.com> Date: Tue, 03 Mar 2015 14:53:28 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: internals@lists.php.net References: <246f14640403edad07e8d595fd357286@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: About optimization for compiler From: rowan.collins@gmail.com (Rowan Collins) Julien Pauli wrote on 03/03/2015 14:43: >> It's a bit OT, but can you explain what you mean here? OPcache works with >> >the current master (PHP 7), and actually, OPcache worked with phpng all >> >along and definitely since it was merged into master... It's been >> >integrated to the php-src tree since it became standard in 5.5. Do you >> >mean >> >the standalone github repos for older versions? >> > > I'm looking athttps://github.com/zendtech/ZendOptimizerPlus , I cant find > anything related to PHP7 for OPCache. > So I was thinking OPCache was not compatible yet with PHP7. It's in the main repo along with all the other bundled extensions: http://lxr.php.net/xref/PHP_TRUNK/ext/opcache/ It's been bundled since 5.5: https://wiki.php.net/rfc/optimizerplus Regards, -- Rowan Collins [IMSoP]