Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80160 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47345 invoked from network); 4 Jan 2015 20:28:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2015 20:28:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.180 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.212.180 mail-wi0-f180.google.com Received: from [209.85.212.180] ([209.85.212.180:48705] helo=mail-wi0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/C5-02442-B52A9A45 for ; Sun, 04 Jan 2015 15:28:12 -0500 Received: by mail-wi0-f180.google.com with SMTP id n3so2132283wiv.1 for ; Sun, 04 Jan 2015 12:28:08 -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=yY+J4qv2sBT6FXumZVGq0C2sKs3UwLbAF3+IDNa7YXs=; b=nVhaUc7rkz7Bkx2wJoEl1Ny7SM7fOpyZzAUtSCW2HK5XvIb22rwJPMmCJF8H9VaMrg GSpJkrpS04S512EEYj9phZyxnefDwu17p73QNNauueuufjWTeYg0eviCOTkdlaqSayTz NuMfQ7QZpJUOtr/t6MwA/7sMZtT8GSiddP+3hq4SBWWTk9koYkcNYtoQApYOXmJvUjGo xxI4s/1R23SQ6O0kfxlUTS9eJWWuxZu2r9vKng8X6w79sSp5FXp+5XAWNlB9e932cqLP Ugm9ZoNYS3u4yu7qptzmB2X4Izbv4nAGTkMcnyCrqcqmyzCr6SSnMP7ToSks9KmGd89j SsxA== MIME-Version: 1.0 X-Received: by 10.180.85.4 with SMTP id d4mr18770485wiz.36.1420403288579; Sun, 04 Jan 2015 12:28:08 -0800 (PST) Received: by 10.27.10.196 with HTTP; Sun, 4 Jan 2015 12:28:08 -0800 (PST) In-Reply-To: References: <54A109EB.1000805@gmail.com> <54A1974E.8070007@gmail.com> Date: Sun, 4 Jan 2015 21:28:08 +0100 Message-ID: To: Dan Ackroyd Cc: Stanislav Malyshev , Kalle Sommer Nielsen , Internals Content-Type: multipart/alternative; boundary=f46d04182642742260050bd9691b Subject: Re: [PHP-DEV] Bugfest From: nikita.ppv@gmail.com (Nikita Popov) --f46d04182642742260050bd9691b Content-Type: text/plain; charset=UTF-8 On Sun, Jan 4, 2015 at 8:50 PM, Dan Ackroyd wrote: > Levi wrote: > >> ...and what to do with feature requests? > > Stanislav Malyshev wrote: > > if it's clear what is being asked than just leave them alone, > > Would it be appropriate to close issues that are clear, but can easily > be done in userland e.g. https://bugs.php.net/bug.php?id=64639 > > Leaving an issue like that open seems to pretty pointless, even though > it is clear what is being asked. > > cheers > Dan If you feel that it's unlikely that an FR will be implemented (e.g. for the reasons you mentioned: a fringe use-case that's trivial to implement in userland), close it. No point leaving FRs around that have no chance of ever making it. If the OP insists that the functionality is important, you can point him towards creating an RFC. Nikita --f46d04182642742260050bd9691b--