Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104079 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 92861 invoked from network); 3 Feb 2019 22:24:30 -0000 Received: from unknown (HELO mail-ot1-f42.google.com) (209.85.210.42) by pb1.pair.com with SMTP; 3 Feb 2019 22:24:30 -0000 Received: by mail-ot1-f42.google.com with SMTP id t5so10439393otk.1 for ; Sun, 03 Feb 2019 11:05:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Z8ZHAjtL2vByBpRgeUjo21oeKCV/rR6kWaE5KSDZ3mI=; b=HlDcTUsCW6d2iFgKgw9MSBMgRYGDHDUHbiJCItRPg4j/an89ObMiCMs+1QblAqhTGO m1MtVOBq3YPGCrOBPiwmZow5WrBxTHG/cUx0z8NBg/Db+ltBYJXMIkQvfYrjt03coL6A v0EJ6Ek71tKN8rEkpmOV18WNqWzAeuTLVhb5IeD/4XdCDUR0umGNCfbVXiCf669Xmspj SWJ+IiUAaARqMb1C390zjN1w2BUzxxW0JjCiLcu39xUOZtwy5DPFsUv2tNahsK4SwVTP XbmBwR9iWPlKJOko0wSJvPh0bP4JWRcpKi2teN3Ogc8quggD1oj/RsBKjIchoMbI8RZZ 5HoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Z8ZHAjtL2vByBpRgeUjo21oeKCV/rR6kWaE5KSDZ3mI=; b=dqAth8gBcsUfZY48xcwufF19mcjiFzq9K2G/g58MZgHzsXTHQbfWX7tGCcJBEze0Lk aHvIPBXpmFzjS9nOC4EM2XYYdqa0bAO2MfPuYynFWXTW0wT5r1cJbNFjOIPCvPKQ5RI4 lMQi/3URzt0F0Yw1DrreMJmi8JLFVEFCEI84H7r7LcIkaVbTej1/xbmJH+wA5IQvpXGE gvBw7Yx1SHsZhwFvjVLhePkNjcW3YCPiIFKjIMaQ37WbcO7SnUkqKuBXcqowGREvYtFI TF05v1DjCZe9MrDjY48He+7dz5Pi1pIHwbi6HBiOAro/2iEK3+sIvmtk7YjLbGdV8F9T aW/g== X-Gm-Message-State: AJcUukeqZkkwl1LkjEz0RKkqlovz1UFptAQuCL34SHcwIGfjFDVGAWdm so7rAB8SSuSbdBfxHxPl9eCdUQs2wTWil3FvvnU= X-Google-Smtp-Source: ALg8bN7ZIjXF4gONw04X/orDB3cbuXUotq+gZEB4u1YHX2rwcx2z1U55RN8gsHJyHibYj1BCewwc1lcJfnmho9sRV84= X-Received: by 2002:a9d:4d06:: with SMTP id n6mr34614110otf.160.1549220711442; Sun, 03 Feb 2019 11:05:11 -0800 (PST) MIME-Version: 1.0 References: <34a6455a-6e05-9a51-5d8d-2a7367bd30f1@korulczyk.pl> <457e592a-1df7-6c6d-fd67-5725a4ae1511@gmx.de> In-Reply-To: Date: Sun, 3 Feb 2019 20:05:00 +0100 Message-ID: To: Joe Watkins Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Re: RFC Weakrefs From: peterkokot@gmail.com (Peter Kokot) Hello, On Sun, 3 Feb 2019 at 20:00, Joe Watkins wrote: > > Already taken care of :) > > On a side note, at what point do we remove stuff from the manual/pecl, the > weakref is extension is dead, can't work with current versions of PHP, and > there was never a stable release ? > > I'm not even sure we have a mechanism to delete stuff from pecl ... there's > probably quite a lot of junk on there ... > Since PECL extensions is one whole compilation of extensions working "together" and not falling into conflicts with names and similar issues, PECL admins can simply set the package as "superseded by" another package. For example: https://pecl.php.net/package/date_time If another "weakref" PHP extension will be developed elsewhere, different naming can be picked for PECL or if that extension will return to development, different approaches should be done probably for it... -- Peter Kokot