Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65179 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86893 invoked from network); 25 Jan 2013 17:40:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2013 17:40:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=wfitch@meetme.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=wfitch@meetme.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain meetme.com designates 74.125.149.145 as permitted sender) X-PHP-List-Original-Sender: wfitch@meetme.com X-Host-Fingerprint: 74.125.149.145 na3sys009aog121.obsmtp.com Linux 2.5 (sometimes 2.4) (4) Received: from [74.125.149.145] ([74.125.149.145:52361] helo=na3sys009aog121.obsmtp.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/51-14132-293C2015 for ; Fri, 25 Jan 2013 12:40:36 -0500 Received: from mail-gh0-f198.google.com ([209.85.160.198]) (using TLSv1) by na3sys009aob121.postini.com ([74.125.148.12]) with SMTP ID DSNKUQLDkBBLn3qUDiT743291mWmNEgHUeG6@postini.com; Fri, 25 Jan 2013 09:40:35 PST Received: by mail-gh0-f198.google.com with SMTP id r11so762923ghr.5 for ; Fri, 25 Jan 2013 09:40:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-received:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to:x-mailer :x-gm-message-state; bh=68q4iAAYTdU3Nax2fohYE/7SfxZKL5DT1b3bQib8ZJE=; b=l0Wj/tl0kPrTVvq7jES+PQOQejYUrzLMqP/hv5MLHHiYKMEzIYK9qqvIDx3jqG5NQR NjkFISw94sfqxApIZJj3rEx50iC/AJ4AX1AwmdrbP6rr18qqzuXJBW+TfqPU8+z4aZ41 VANEAZVtYLTmh/rGV7svWO6AN2B3cpY2fQWkXO1hm26mwUQzCMPB8dHynyMM9UNVSxWV fcoJaLGzfmoAqnZfm+yBbIL9B0dXHqtYsU3A/v0BPmqoSKdQrq6peF2Zvi9zXOMyAc5D d5T4F+fRw3ZG6J5W3OdI82wu89AZlWIrxsrPs+LFDR3CgQh1Bp09hT22hf9I9HxeWsVT 6KuA== X-Received: by 10.52.32.39 with SMTP id f7mr5512012vdi.92.1359135631763; Fri, 25 Jan 2013 09:40:31 -0800 (PST) X-Received: by 10.52.32.39 with SMTP id f7mr5512004vdi.92.1359135631663; Fri, 25 Jan 2013 09:40:31 -0800 (PST) Received: from [192.168.110.198] ([204.145.120.11]) by mx.google.com with ESMTPS id l18sm831515vdh.10.2013.01.25.09.40.30 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Jan 2013 09:40:31 -0800 (PST) Sender: Will Fitch Content-Type: multipart/alternative; boundary="Apple-Mail=_C7EC928B-E9A9-461B-92B1-0680A274876E" Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) In-Reply-To: Date: Fri, 25 Jan 2013 12:40:29 -0500 Cc: Zeev Suraski , Rasmus Lerdorf , Ralf Lang , internals@lists.php.net Message-ID: References: <51023AB1.2010607@b1-systems.de> <51024016.4010005@lerdorf.com> <6AA61A4F-ABF0-4FF2-A509-3FE70297B744@php.net> To: Julien Pauli X-Mailer: Apple Mail (2.1499) X-Gm-Message-State: ALoCoQmnqfVhDDAESg1HNKGtwxFbLjjlFRpEGVNtwPxbzJrwSJr0defRwVAwTy1fZjKRA7kDKgYC91bfyOsFW2WP1alfGDzEZsv+JF0l+45qYAvUq6Q+/DGAGbbjjr1nXNRl6HAfxjk2KnXu0aTpJ9XTBdUPfE5thaq+K2SBQe56Wf2yPChMVv4= Subject: Re: [PHP-DEV] HEADS UP: Upcoming Feature Freeze for PHP 5.5.0 From: willfitch@php.net (Will Fitch) --Apple-Mail=_C7EC928B-E9A9-461B-92B1-0680A274876E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Jan 25, 2013, at 11:52 AM, Julien Pauli wrote: > On Fri, Jan 25, 2013 at 5:47 PM, Will Fitch wrote: >=20 > On Jan 25, 2013, at 11:25 AM, Zeev Suraski wrote: >=20 > >> Either by a number of people stepping up to help with the existing = APC > > code, or > >> perhaps more realistically making it a priority in PHP 5.6 to = streamline > > the > >> engine and the executor for opcode caching and either including a > > heavily > >> simplified version of APC or writing a new one. > >> > >> One thing I can guarantee is that if we add it to core in its = current > > condition it > >> will delay 5.5 by 6+ months if not longer. > > > > There's another option. We have the Optimizer+ component which is > > current, a bit faster than APC, worked with PHP 5.4 from the get go = and > > already fully supports 5.5 - and now that it's been free for use for > > several years, we'd actually be happy to opensource it and make it a = part > > of core. An extra benefit would be that we'd commit to maintain it, > > although of course, community contribution will be very welcome. > > Here too, it's code with a very long history, some of which even = predates > > PHP 4.0. But It Works(tm), and we could put some effort into = cleaning it > > up and beautifying it. >=20 > I like the idea. If this was implemented in core, and the need for = APC opcode caching disappeared, would APC still be actively maintained = for userland functions (e.g. apc_store, apc_*)? >=20 > Well, the APC idea was anyway to merge an Opcode cache to Core, and = only an Opcode cache (correct if I'm wrong). > apc_store() etc... are userland shared memory function, and should be = migrated into another extensions, on which we could then allocate devs = to work on, new ideas, etc=85 No, you're right. With Optimizer+ showing a slightly better performance = than APC, being "privately" and publicly maintained, open-sourced, = already compatible up to 5.5, I see it as a great candidate for core = integration. I'd still like to keep APC as a separate extension, but = packaged with PHP, for data-only caching. @Zeev, is anyone writing up an RFC for this? >=20 > Julien.Pauli --Apple-Mail=_C7EC928B-E9A9-461B-92B1-0680A274876E--