Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66802 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20063 invoked from network); 25 Mar 2013 15:00:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2013 15:00:56 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.171 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.171 mail-vc0-f171.google.com Received: from [209.85.220.171] ([209.85.220.171:34750] helo=mail-vc0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/22-07007-6A660515 for ; Mon, 25 Mar 2013 10:00:55 -0500 Received: by mail-vc0-f171.google.com with SMTP id ha11so4737368vcb.16 for ; Mon, 25 Mar 2013 08:00:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=9jCC132kDuUWbC708MdyDcxyFm8zwbvnOBTqa/G8ozA=; b=Bi1NKMeV1AtI4lpHyACRUSpqFIC7g85FCQqetFOaRw85FPBX//rsJNWXfcsWQA3dAf BMp/Q3CkWYxZ2sx4fprsEkYBkXeRyGxLTvzRK2nIWgPMW7EWFfKNmjWDvuKWvJrNwT9k XGiuPhw0JiuI37z2Lv+QRo0MvYmoLoBznpG+Uium8Fbeoy4eK8PsPxCJaVryv3ZkLn0l hwoqHVPU1RN1lP4x8eIBUNf+4NUgz6eBMu8VV8vAh2YN/MqTm7/AahuWWs8oTFd6XF0H vrH38aJ6pzPJyUH5Q3JQRq5dFAwGTF1zuYkPDfjGSF6R2SMd7aCf5pmIf7E34uc8xTmL W9ag== X-Received: by 10.220.124.196 with SMTP id v4mr9969913vcr.44.1364223652035; Mon, 25 Mar 2013 08:00:52 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.221.9.133 with HTTP; Mon, 25 Mar 2013 08:00:11 -0700 (PDT) In-Reply-To: References: Date: Mon, 25 Mar 2013 16:00:11 +0100 X-Google-Sender-Auth: L1bJvdal5HVS8eoGcsxxJVtiCBY Message-ID: To: Nikita Popov Cc: Dmitry Stogov , Pierre Joye , Jan Ehrhardt , PHP internals Content-Type: multipart/alternative; boundary=047d7b3437082cb0df04d8c1127f Subject: Re: [PHP-DEV] OPcache precompiled dll's for older Windows versions From: jpauli@php.net (Julien Pauli) --047d7b3437082cb0df04d8c1127f Content-Type: text/plain; charset=ISO-8859-1 On Mon, Mar 25, 2013 at 3:53 PM, Nikita Popov wrote: > On Mon, Mar 25, 2013 at 7:42 AM, Dmitry Stogov wrote: > > > Hi, > > > > We are going to release a new PECL version today or tomorrow, > > and, yes, we are going to support hte pecl build for old versions as > well. > > I'm not sure about php-5.2 and possible new features. > > > > Thanks. Dmitry. > > > > In order to maintain the PECL extension, do you plan to keep the bundled > ZO+ code and the PECL code fully in sync? Just saw this commit > > http://git.php.net/?p=php-src.git;a=commitdiff;h=987dee9ca1be517f4be02d9c8f721d569596dc5aand > wondered whether we really need all those version specific #ifs in the > bundled version. I though getting rid of the code specific to old versions > was a major selling point for the inclusion (=> easier maintenance). > > Nikita > Well, the plans should be that actually we "just" ship Zend Opcache within the PHP sources. Sure, those sources are the same as the PECL ones, like we do with all other bundled extensions (except some, like PDO). Correct if I'm wrong. All the #ifs about versions will be cleaned for 5.6, where we should plan a full integration (meaning merging ZOPcache within the Core code). Julien.Pauli --047d7b3437082cb0df04d8c1127f--