Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88716 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50254 invoked from network); 7 Oct 2015 15:28:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Oct 2015 15:28:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.181 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.212.181 mail-wi0-f181.google.com Received: from [209.85.212.181] ([209.85.212.181:33287] helo=mail-wi0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/12-35243-20A35165 for ; Wed, 07 Oct 2015 11:28:02 -0400 Received: by wiclk2 with SMTP id lk2so219176184wic.0 for ; Wed, 07 Oct 2015 08:27:59 -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:content-transfer-encoding; bh=iyOTyZjfw2qBmPl5PsJ1dDmJcYgS7qwgNqn1nhP3cts=; b=Xmk1PAV1qpr/7BksNYQsGbcXnE3+H0GSnRxAE3W0LPC1tDJQDgEHUhT44c0ZVoSU+V Gqlq6VmOFs0nfb7Wauvzk0VpLkLDM7XnJYKJJJULK9hLPZx2j4Dj3Bl6zI6xbLbZWZ5z NIKNpOmrSTuDZ0j/GtJUKS6/3MeP1FzCQ4JAkPEa0moA62+NsUycYs2Dz+W8pE0Cap1x pEnRnO4b8Hs5VmntLNfWyQ6Hvt8/4aAE7a9NVVf57cC/0AxbOw9YTbmBIkrCnTK5RCTO MCmCAry0R7hUXvGgkMHdPCdjXhWl37WrcdDalOcehYnfX8t8I36evqOB/kybFIGt8EPz x0kQ== MIME-Version: 1.0 X-Received: by 10.194.204.195 with SMTP id la3mr1850837wjc.77.1444231679786; Wed, 07 Oct 2015 08:27:59 -0700 (PDT) Received: by 10.28.55.18 with HTTP; Wed, 7 Oct 2015 08:27:59 -0700 (PDT) In-Reply-To: References: Date: Wed, 7 Oct 2015 11:27:59 -0400 Message-ID: To: Ferenc Kovacs Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] couple of PRs for master From: ircmaxell@gmail.com (Anthony Ferrara) Fernec, On Wed, Oct 7, 2015 at 10:13 AM, Ferenc Kovacs wrote: > Hi, > > I have a couple of pending PRs which are all small features with > outstanding bugreports/feature requests and I wasn't sure that they would > need an RFC or not, I would like to get some feedback about that: > https://github.com/php/php-src/pull/1214 > https://github.com/php/php-src/pull/1204 > https://github.com/php/php-src/pull/969 > > ps: they are all targeting master and I can merge them myself I just want= ed > to make sure if they need further discussion or RFC. > > -- > Ferenc Kov=C3=A1cs > @Tyr43l - http://tyrael.hu IMHO they are all simple and self-contained enough not to really need an RFC. We could bikeshed the function names, etc, but besides that I don't see much that would warrant an RFC here (based on my understanding/view on the process). Thanks Anthony