Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77436 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 650 invoked from network); 22 Sep 2014 08:57:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Sep 2014 08:57:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:34532] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/10-33885-C54EF145 for ; Mon, 22 Sep 2014 04:57:01 -0400 Received: by mail-ob0-f170.google.com with SMTP id uz6so815522obc.1 for ; Mon, 22 Sep 2014 01:56:58 -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; bh=kXunNO07Zipe+dUH3joqQsCTmhsPnXka3z46M6Ymw9o=; b=mMBw8dVPSXxvVVEXVXtx1MJ7qA6LKbYDDsH8qILE+sw5DE0kVP9AcNWeJfLRuqqtH2 C50ImD6rKdSXWV/GFqhRhtvUQzEbhsDwLnOWMh7pT+F/FEzIlr9CWJ3tBiD1oNJ/GLSj HVIxwprQjMfMC74kn+LisLqPhydyRXDu4bTwcWZNDfjyCxhEnqJzt76hWrbfU6X2gfq2 B+1L+Cv+K84avPG74WEytF1zs+J0o9LStAc1cSvKqeGIrzCequIZWGJmYyyBHChQqqPJ pcLTv9ziD2OvjBwo3H2uxFU38FkxJf/Mhvur0QJ7HICR81AQNr9u00C0ckn8gP8G7ela BWpw== MIME-Version: 1.0 X-Received: by 10.60.65.8 with SMTP id t8mr18350898oes.47.1411376217862; Mon, 22 Sep 2014 01:56:57 -0700 (PDT) Received: by 10.202.227.206 with HTTP; Mon, 22 Sep 2014 01:56:57 -0700 (PDT) Received: by 10.202.227.206 with HTTP; Mon, 22 Sep 2014 01:56:57 -0700 (PDT) In-Reply-To: References: Date: Mon, 22 Sep 2014 01:56:57 -0700 Message-ID: To: Pierre Joye Cc: PHP internals list Content-Type: multipart/alternative; boundary=001a11c1d5fe1c36fe0503a3a21b Subject: Re: [PHP-DEV] [RFC] Change checkdnsrr() $type argument behavior From: kris.craig@gmail.com (Kris Craig) --001a11c1d5fe1c36fe0503a3a21b Content-Type: text/plain; charset=UTF-8 On Sep 22, 2014 1:09 AM, "Pierre Joye" wrote: > > On Mon, Sep 22, 2014 at 9:07 AM, Kris Craig wrote: > > > > On Sep 21, 2014 11:52 PM, "Pierre Joye" wrote: > > Well, for what I can see users already take into account this part of > the issue then: > > https://github.com/search?l=php&q=checkdnsrr&type=Code&utf8=%E2%9C%93 > > changing the default will make create code compatibility between 5.x > and 7.x, killing the gains we may have by changing the default. > > Cheers, > -- > Pierre > > @pierrejoye | http://www.libgd.org That's why we have the option of just making that arg required without a default, which would be targetted for PHP 7. --Kris --001a11c1d5fe1c36fe0503a3a21b--