Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64339 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65322 invoked from network); 18 Dec 2012 13:03:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Dec 2012 13:03:13 -0000 Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.177 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.210.177 mail-ia0-f177.google.com Received: from [209.85.210.177] ([209.85.210.177:39921] helo=mail-ia0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/78-33799-09960D05 for ; Tue, 18 Dec 2012 08:03:12 -0500 Received: by mail-ia0-f177.google.com with SMTP id u21so486972ial.22 for ; Tue, 18 Dec 2012 05:03:09 -0800 (PST) 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=VZJM8MUqRDWLtUPICmaYOdC2EQ0zcz4lqXc9gh9siK8=; b=B4bNsyle9Ih8Qr2wWhfE/i4Jv/sigMr54ZTrzL4IsM8SLwLrL5wzM27epRT5QlEjOF fZd1SdrWNK1hjSkUFOrhiIkqgBnw3XR4LMOf1z41o7Aj9Mp9dZs5mRCwakJGoWr7Q7sx ZCKKeed0/E1OURO5PkSjgdoxJsv2L8q0YdOpEbNIehOw2N/zA3FK5oyWBvpwRPQ3BRum nlReBaqn/vG043eF4P8WVv3LsGr6m/7P621FMeuddOvS6mDCCUP30zCYjBaapdeHPtC8 63XtC3RGSRDEWTzpKS0Z9EEfdQUhlgvVfTuBL9XW91sCLjPj95+pozYKcbrhlrWToVUQ 4A2Q== MIME-Version: 1.0 Received: by 10.50.160.165 with SMTP id xl5mr2061155igb.54.1355835789172; Tue, 18 Dec 2012 05:03:09 -0800 (PST) Received: by 10.64.68.81 with HTTP; Tue, 18 Dec 2012 05:03:09 -0800 (PST) In-Reply-To: References: Date: Tue, 18 Dec 2012 13:03:09 +0000 Message-ID: To: Dmitry Stogov Cc: PHP Internals , Rasmus Lerdorf Content-Type: multipart/alternative; boundary=14dae9340efd96612d04d1201e48 Subject: Re: [PHP-DEV] Complete traits redesign for 5.5 From: leight@gmail.com (Leigh) --14dae9340efd96612d04d1201e48 Content-Type: text/plain; charset=ISO-8859-1 Hi Dmitry On 18 December 2012 11:37, Dmitry Stogov wrote: > The new solution may significantly change implementation and even behavior > in some cases (e.g https://bugs.php.net/bug.php?id=62069). > If you have any idea, do you know what the implications of your changes are on APC? We're preparing for 5.5 and we still don't have a "stable" tag of APC for 5.4 yet. I'd hate to see us in the same situation with 5.5, where people simply will not upgrade because APC needs massive amounts of work to get it back to a stable state. --14dae9340efd96612d04d1201e48--