Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61089 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 320 invoked from network); 3 Jul 2012 15:26:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jul 2012 15:26:30 -0000 Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.49 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.216.49 mail-qa0-f49.google.com Received: from [209.85.216.49] ([209.85.216.49:57828] helo=mail-qa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/B0-30242-62F03FF4 for ; Tue, 03 Jul 2012 11:26:30 -0400 Received: by qabj40 with SMTP id j40so2994695qab.8 for ; Tue, 03 Jul 2012 08:26:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=T22Z2mABxcP2rRFjjN3LGtqtu8dT9FIvoUtaGaon7no=; b=aln3q5/5Gq9jo8P1J/8/vQ56XMuk0Xv3rAPvLMdOQklN4Q4bsYU/0PF9SOb+7Brs4f keOAtbsAGoHRwjKmUQTL4avMy/fhCKmLNtF4EiOS3iO4X091Kagl8i1154LRI5loQyDx u+t4BUyUEzUiC5kKIkBgLrmx6f7aO4iEw3f0hkzkkemXoztowukfStK2jER2It//XEzf NI1IVPywNYQ45IZlRaPHWzcC3shs0tUvYDX3qESTByIrZ1zoceC9iYggjQblu/yLr4EK b4+Wfmu3hzuYqG5qP5tnmU9WIanA/qk4bzN9hFwETGbp/RWMvXJ+jtxMgYpABZ9p6iE8 m5Fw== MIME-Version: 1.0 Received: by 10.229.137.147 with SMTP id w19mr4934175qct.44.1341329186010; Tue, 03 Jul 2012 08:26:26 -0700 (PDT) Received: by 10.229.232.11 with HTTP; Tue, 3 Jul 2012 08:26:25 -0700 (PDT) In-Reply-To: References: <4FF2FFBF.8050301@lerdorf.com> Date: Tue, 3 Jul 2012 11:26:25 -0400 Message-ID: To: Pierre Joye Cc: Arvids Godjuks , Tom Boutell , Rasmus Lerdorf , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Is the fix for #61238 in PHP 5.4.4 & pecl yet? From: ircmaxell@gmail.com (Anthony Ferrara) Pierre, > It is still the case. > > I for one would like to kill all the legacy features or too specific > features which are really unusable by any common developers. > > Other developers may disagree but it makes very hard to maintain APC. Perhaps that indicates it's time to pull the core of APC into php's core... Just the core, not all of those other features. Then the APC extension can still exist for those additional legacy features, but the core functionality can be shipped with PHP itself. I know there was talk about adding that to php6 by default, perhaps 5.5 (or 5.6) could benefit from it... Thoughts? Anthony