Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55402 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63027 invoked from network); 13 Sep 2011 15:07:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2011 15:07:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=catch56@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=catch56@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: catch56@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:47963] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/A0-06182-1B17F6E4 for ; Tue, 13 Sep 2011 11:07:29 -0400 Received: by bkar4 with SMTP id r4so598776bka.29 for ; Tue, 13 Sep 2011 08:07:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=le+65KeW/aQZ1/QvTcoPTebQNzzxUHBumtziFuB4J84=; b=kFgh9p2+gIAnWe17midYbxvvu5umoyTPWpEa0EwdioCW6MEo2sU9CfhFCPsIcOK8mH Uvp9l85DJlkQZ8rIwaMHfsFuRg1RuA9wGtcY54iTBJWmDh1qBiCigeJpplR6ngeETLRu DPe+feTpcW/24BXP3C05uY15WRXAAka7A93w4= MIME-Version: 1.0 Received: by 10.204.153.6 with SMTP id i6mr26690bkw.90.1315926410651; Tue, 13 Sep 2011 08:06:50 -0700 (PDT) Received: by 10.204.19.6 with HTTP; Tue, 13 Sep 2011 08:06:50 -0700 (PDT) In-Reply-To: References: <4E6966D2.6030804@sugarcrm.com> Date: Wed, 14 Sep 2011 00:06:50 +0900 Message-ID: To: Derick Rethans Cc: Ilia Alshanetsky , Stas Malyshev , Kalle Sommer Nielsen , Internals Content-Type: multipart/alternative; boundary=0015175cd5f241e83e04acd3feb8 Subject: Re: [PHP-DEV] APC in 5.4 From: catch56@gmail.com (Nathaniel Catchpole) --0015175cd5f241e83e04acd3feb8 Content-Type: text/plain; charset=ISO-8859-1 I didn't closely follow the earlier discussions about including APC, but I (and at least some other people working a lot on Drupal) had been mostly assuming it'd be included in 5.4 based on those. The assumption that APC is available by default (if not necessarily enabled) would allow us to start making more assumptions in Drupal as well over time, so while I have no stake in the decision, it would not at all be a surprise, and it'd be very very welcome. If it came in 5.4.1 or something then that'd make no odds though. Nat On Tue, Sep 13, 2011 at 10:35 PM, Derick Rethans wrote: > On Mon, 12 Sep 2011, Ilia Alshanetsky wrote: > > > The agreement to include apc in 5.4 is an old one, unfortunately the > > action of doing was just missed. Also, inclusion of the extension > > won't break any code since it is self contained... > > I also thought that APC was going to part of PHP 5.4. And I agree with > Ilia that it doesn't matter to the overal stability if we bundle it or > not. It is self contained code, and having it part of the distribution > means more people play with it and use it, and problems are found > earlier. Release early, release often. > > Having to delay APC, or basically any other self-contained bit of code > (extensions and new functions/classes/methods) for at least a year, and > perhaps sometimes up to even 2 years, makes very little sense to me. The > more ticker tape we get, the slower we innovate. > > Of course, it's likely that things will have bugs, but if we mark it as > "exprimental" in the docs than I see no problems. It makes very little > sense to not allow any "new" code for a whole new year to filter into > PHP. It makes developing new exiciting things for PHP a pain as it > simply sucks to have to wait up to a year and a half for new shiny > things to appear in PHP. > > Derick > -- > http://derickrethans.nl | http://xdebug.org > Like Xdebug? Consider a donation: http://xdebug.org/donate.php > twitter: @derickr and @xdebug > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --0015175cd5f241e83e04acd3feb8--