Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50086 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3293 invoked from network); 2 Nov 2010 19:17:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Nov 2010 19:17:36 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:55218] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/10-02286-BC360DC4 for ; Tue, 02 Nov 2010 14:17:31 -0500 Received: by gyg10 with SMTP id 10so4843844gyg.29 for ; Tue, 02 Nov 2010 12:17:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=VmD/LdpAns7Z5dFS9jK8s7ZyWl+TOJqdUbB9bCVTPGI=; b=pIJG8nmfDP+NPYOGHxJyeckXbfgM3MEjhsmPjapKpnEENbpkrkAVTt5VXORNvkBS31 XiwRKdIX6dVdQw2nyeF9Bt8ItCia2BHRDnWmyBZ/TuTFKNw/DsmHjjnjpa6okKhcNMyc Z4d9D3IMqRDbBzu8Zzo/50Obl/GRLWrxj8CX4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=Ac73z13da2dd2+DlvUUZsw+rdP1tkuWG5JCTGu2Phem6/sErjneVQh3SJ5g2dvfg5f Jx1O6DIEfgFDWXEEoE7emjmfupDZaDZ8yvxSM9L3RRVTZI21ElvQFu0i+pwunxXnNWj1 PKnbIi+Re+6Bz6CJNcC0XJdPGEZRoPZPNA1FA= MIME-Version: 1.0 Received: by 10.90.4.19 with SMTP id 19mr1860440agd.195.1288725448492; Tue, 02 Nov 2010 12:17:28 -0700 (PDT) Sender: tyra3l@gmail.com Received: by 10.90.53.4 with HTTP; Tue, 2 Nov 2010 12:17:28 -0700 (PDT) In-Reply-To: <7B411066-1A65-4D28-A0CA-B3A736CCF6A5@zend.com> References: <4CCFD28B.7070901@lsces.co.uk> <7B411066-1A65-4D28-A0CA-B3A736CCF6A5@zend.com> Date: Tue, 2 Nov 2010 20:17:28 +0100 X-Google-Sender-Auth: pGOkd4it_okqodMWuEI6em8kXgk Message-ID: To: Zeev Suraski Cc: =?UTF-8?B?QW5kcsOpIFLDuG1ja2U=?= , Lester Caine , PHP internals Content-Type: multipart/alternative; boundary=00163631086d920664049416c610 Subject: Re: [PHP-DEV] PHP 5.4: Adding APC From: info@tyrael.hu (Ferenc Kovacs) --00163631086d920664049416c610 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Nov 2, 2010 at 7:14 PM, Zeev Suraski wrote: > On Nov 2, 2010, at 9:13, "Andr=C3=A9 R=C3=B8mcke" wrote: > > > On Tue, Nov 2, 2010 at 9:57 AM, Lester Caine wrote= : > > > >> Derick Rethans wrote: > >> > >>> Actually, Kalle just pointed out that it compiles just fine. In that > >>> case, I think we should put it in trunk and in the 5.4 alpha. > >>> > >> > >> As long as it is disabled by default and can easily be replaced by > >> preferred alternatives ... eaccelerator is still working fine now that > it > >> has been upgraded to handle 5.3 ... although it would be nice to see > some > >> more up to date comparisons. Although I suspect in reality, the > combination > >> with database and other caching activity means that a straight > comparison > >> may be a little meaningless? Change the database and the figures are > going > >> to be different anyway ... so a straight comparison on non-database co= de > >> would be a little more practical. > >> > > > > +1. Being disabled by default was agreed on for "old 6.x" so should be > for > > 5.4 as well. > > +1 > > As long as it actually works as opposed to just compiling :) > > Zeev > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > Hi. I think there were 2 open question when the APC merge was brought to the list: - Which branch should be merged? From the past and current emails, I think we are talking about the current trunk. - Should APC be enabled by default? If APC would be disabled by default, and the current trunk works, then I would +1 for the inclusion. However I think that the original thread is about the current status, and the possible problems. Tyrael --00163631086d920664049416c610--