Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66804 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39682 invoked from network); 25 Mar 2013 16:59:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2013 16:59:32 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain zend.com does not designate 209.85.220.178 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.178 mail-vc0-f178.google.com Received: from [209.85.220.178] ([209.85.220.178:59170] helo=mail-vc0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/26-07007-27280515 for ; Mon, 25 Mar 2013 11:59:31 -0500 Received: by mail-vc0-f178.google.com with SMTP id hz11so4812250vcb.23 for ; Mon, 25 Mar 2013 09:59:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=/8R40/S7kcB2GTHdqiiwAc6uAwPOg6/uyiX6lXCwC9s=; b=Udjmv+sMz24WPivm5jOeXDCYqh9Q45Ikk9AtamYjWJMz6+Mxt7SWjMXHhmOFteSiMs iqdl6ZdwBkgGNE1xHOSJuff6M5o/Nk9MfihNoHEyvOjuMELbHNFKB2kv0JrzjJbt0KjO BrtVkeTaDrgGYuvm8slO5dEx3QprE6o947KTY3q/uNoS+kzrB3ktaIuuJaghvWkfVXIQ dnVb9T2b+cQZaoaZQXhioSPJ/lAqOHxHC2I8nBapTJfmK/qkvhyfk0N0YsBNzCHBIIo4 W2ggo9WtvHw1hmQZoBM6S6zAjjUrZAVDUSGLutE4oQfPE7U2hAmvsK4AP9p9lRq+ZPrj dmGQ== MIME-Version: 1.0 X-Received: by 10.52.67.3 with SMTP id j3mr13774901vdt.108.1364230767555; Mon, 25 Mar 2013 09:59:27 -0700 (PDT) Received: by 10.52.70.132 with HTTP; Mon, 25 Mar 2013 09:59:27 -0700 (PDT) In-Reply-To: References: Date: Mon, 25 Mar 2013 20:59:27 +0400 Message-ID: To: Julien Pauli Cc: Nikita Popov , Pierre Joye , Jan Ehrhardt , PHP internals Content-Type: multipart/alternative; boundary=20cf307cfbd64ad23c04d8c2baf9 X-Gm-Message-State: ALoCoQnB1LqY5PELSu5W6rJKPm5d2YRIHtyBDd1FGAfMGQz+D0OU+knOPS8hONCfBdCyVI4s5+NQbXYNAOf+HMJuBrRVVe32KoKGuo6BPDLTksG2SRA+kfDrpOu/Jva03F46+pqYbdjj Subject: Re: [PHP-DEV] OPcache precompiled dll's for older Windows versions From: dmitry@zend.com (Dmitry Stogov) --20cf307cfbd64ad23c04d8c2baf9 Content-Type: text/plain; charset=UTF-8 Hi, We didn't decide yet, if it's better to remove support for old versions in opcache bundled into php-5.5 or not. In general it should be removed but it would make maintenance of pecl branch more difficult. Thanks. Dmitry. On Mon, Mar 25, 2013 at 7:00 PM, Julien Pauli wrote: > 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 > > > --20cf307cfbd64ad23c04d8c2baf9--