Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66801 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18398 invoked from network); 25 Mar 2013 14:53:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2013 14:53:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.49 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.49 mail-oa0-f49.google.com Received: from [209.85.219.49] ([209.85.219.49:57959] helo=mail-oa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/C1-07007-AE460515 for ; Mon, 25 Mar 2013 09:53:31 -0500 Received: by mail-oa0-f49.google.com with SMTP id j6so6379444oag.22 for ; Mon, 25 Mar 2013 07:53:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=LqEqiCD+rAUUA0vTBOP5fUtldA12aIYs2lXB0UBzBo0=; b=qznuF+zHncNALGGlstPZBagsRVkOJGlpwcptZ5WohTcbbds5ATjOo1dbx9Gw6BnAmz wGWeXkhmwtZ/hlImXTanb4AV8LKDCTY3fq4EWeYHWq78y4FkI3Upq6f4YqYXfUXdnpah U/Gsr8HEYRSNcFUqDkpxS5aTiHaW+846Io3LmnjmedHoYPy02Hqj3zrQMR2VWn5CLHIH gdfR8odHqNGxKl0T4VYpbhs/aXe2MqahKnTCgX+s00DZZG/LdmUbY7kIkdco9NXzMNwL Desjn8Z849rt7B1BnsIlKQxfEsbGurrS6bTmR6JZrhsIj8qdplzFpjLON5iLs5+3lTya sSeQ== MIME-Version: 1.0 X-Received: by 10.60.10.102 with SMTP id h6mr11452354oeb.14.1364223208581; Mon, 25 Mar 2013 07:53:28 -0700 (PDT) Received: by 10.182.49.136 with HTTP; Mon, 25 Mar 2013 07:53:28 -0700 (PDT) In-Reply-To: References: Date: Mon, 25 Mar 2013 15:53:28 +0100 Message-ID: To: Dmitry Stogov Cc: Pierre Joye , Jan Ehrhardt , PHP internals Content-Type: multipart/alternative; boundary=e89a8fb1f4aebdf3f604d8c0f744 Subject: Re: [PHP-DEV] OPcache precompiled dll's for older Windows versions From: nikita.ppv@gmail.com (Nikita Popov) --e89a8fb1f4aebdf3f604d8c0f744 Content-Type: text/plain; charset=ISO-8859-1 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 --e89a8fb1f4aebdf3f604d8c0f744--