Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63616 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69905 invoked from network); 25 Oct 2012 07:05:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Oct 2012 07:05:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.220.42 mail-pa0-f42.google.com Received: from [209.85.220.42] ([209.85.220.42:34107] helo=mail-pa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/A1-59506-A94E8805 for ; Thu, 25 Oct 2012 03:05:00 -0400 Received: by mail-pa0-f42.google.com with SMTP id fa1so935748pad.29 for ; Thu, 25 Oct 2012 00:04:56 -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=67aSvPcfE36h5bDBoum4YAaDuNkM82/+zn+P1+4cDNI=; b=SYFU9Fi48cyMsO5KpR13idw4qeLVBt5oyTr7QF3E2m2eOfQK5p9PLj6YmND794kETS dBV7WXDhA1NIdo37OIU7A81mhnfz6FiU79Ua3LrP9f1z9Nc7wkSUdsDq80Zq5tIIY5MG CvzVcU/Qkh/bWW3Tw0VxhjCQchq0u8hBSlh6w5nTWDOpbrb81PEFdf/36xahlPUt/p4U e1G4pavQ+Bw53bQcm6CrTdxKpiDFUAbG4BbncJKMR11PhIJ9SASPFHwKD/QBOqoUp7WD 0Zae2NrFfd6LbZ8PoCkYdu9oNfLxWGzvKrHApIuZ2Wi6KLkKDuiPJA27wl73Oo20Q1br UtQQ== MIME-Version: 1.0 Received: by 10.68.131.35 with SMTP id oj3mr56737607pbb.128.1351148695914; Thu, 25 Oct 2012 00:04:55 -0700 (PDT) Received: by 10.66.235.2 with HTTP; Thu, 25 Oct 2012 00:04:55 -0700 (PDT) In-Reply-To: <88d94f5485904d1bb0bdfa2556a10a9a@BLUPR03MB602.namprd03.prod.outlook.com> References: <4FF2FFBF.8050301@lerdorf.com> <88d94f5485904d1bb0bdfa2556a10a9a@BLUPR03MB602.namprd03.prod.outlook.com> Date: Thu, 25 Oct 2012 09:04:55 +0200 Message-ID: To: Eric Stenson Cc: Anthony Ferrara , 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: pierre.php@gmail.com (Pierre Joye) hi! On Wed, Oct 24, 2012 at 10:47 PM, Eric Stenson wrote: >> From: Anthony Ferrara [mailto:ircmaxell@gmail.com] >> >> > [Pierre said:] >> > 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... > > Sorry for reviving a long-dead thread: > > I absolutely concur that the core of APC should get pulled into subsequent versions of PHP...then Wincache can go away. ;) Any help would be appreciated. What is very in wincache is that many APC options are default in wincache. The filecache could be extracted as well and made a standalone ext (that's easier to maintain and need separate cache :). That's something we discuss back then when the 1st versions of wincache were being implemented. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org