Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65619 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90082 invoked from network); 4 Feb 2013 09:15:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2013 09:15:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.223.179 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.223.179 mail-ie0-f179.google.com Received: from [209.85.223.179] ([209.85.223.179:61136] helo=mail-ie0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/22-14611-12C7F015 for ; Mon, 04 Feb 2013 04:15:14 -0500 Received: by mail-ie0-f179.google.com with SMTP id k11so4233838iea.10 for ; Mon, 04 Feb 2013 01:15:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=sk67ATLv4vGZxC9LAe5KRw0s2H5a4E+3xqfjsBfagkM=; b=fSvoKtcYXOqwUWSlCkYcAQ5eSIey0vTSbTgvC+pZ3juEk7SZCaOd2JQ74NZCp//o+q x+bIRffbXoqS+nUZr9kC4k/BnkHi3G9eM/hU1nNdhfL+0yWcbRQOwyAFv35s/fjkSiXC AZmkCMGP3Ee7yOjb+J/dPSqNgs25E87erUkiGSeV+ReZ30poTbgV0YsxUt86r7KeKtpw 80P3SXsX6FFga7PkNk0uBbVt7G98dKahxqRouDbdtfr46cz2Ti5XOMcjhvgyUWXY6Wdb ST8S7mumuHuaHdb7OgSRIDY2cBKvw7vrzK7szOX3icUqmwwRqJSy3Wn9G2jQJFxIMZoB dp1A== X-Received: by 10.50.88.129 with SMTP id bg1mr5280869igb.33.1359969310730; Mon, 04 Feb 2013 01:15:10 -0800 (PST) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id px5sm14993384igc.0.2013.02.04.01.15.09 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Feb 2013 01:15:09 -0800 (PST) Message-ID: <510F7C1C.6060007@lerdorf.com> Date: Mon, 04 Feb 2013 01:15:08 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Pierre Joye CC: Ferenc Kovacs , Leigh , PHP internals References: <510F79B4.1040405@lerdorf.com> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkSGlkuv+5VgVBd6a3rxxf3vezMdwHFJGYmsgZWeUPPjgedrGKoRzsfTLqpuD4Sl79YcQVy Subject: Re: [PHP-DEV] APC 3.1.14 disappeared from PECL From: rasmus@lerdorf.com (Rasmus Lerdorf) On 02/04/2013 01:10 AM, Pierre Joye wrote: > On Mon, Feb 4, 2013 at 10:04 AM, Rasmus Lerdorf wrote: > >> Well, we don't have any sort of mechanism in place to mark a pecl >> release as bad. The best we have is the ability to delete a release and >> release a new one. > > Right,but it was beta so... :) So is 3.1.13 but that one doesn't actually step all over memory. Deleting 3.1.14 indicates nicely that people should stick with 3.1.13 for now while we clean things up and release a 3.1.15 soon. -Rasmus