Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77498 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33736 invoked from network); 23 Sep 2014 04:00:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2014 04:00:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=figureonecpr@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=figureonecpr@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.68 as permitted sender) X-PHP-List-Original-Sender: figureonecpr@gmail.com X-Host-Fingerprint: 74.125.82.68 mail-wg0-f68.google.com Received: from [74.125.82.68] ([74.125.82.68:64140] helo=mail-wg0-f68.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/B3-09206-260F0245 for ; Tue, 23 Sep 2014 00:00:34 -0400 Received: by mail-wg0-f68.google.com with SMTP id x13so539790wgg.11 for ; Mon, 22 Sep 2014 21:00:31 -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=W30I8HVADx5v4Dco5txQveVXIGCEm7MA8hUrMws1XTA=; b=eO5if5WAaSI5QlqxFX/AsTdUqn5TJYzwN/TVPIeK+EUIDK/mF0keOQsX7R+YTkOamW iQycq9CwgjTpRdS4F22IhyQRFNCKZXCseCFhM+M2Qt1Tv59Iii3fnoNvX1Sc9W1BT6mm TAnbOV2M8uPvr0dIax/FaswAbC2j78uXC9fRQl0dt55L+7wZqsXSUrK/JETuK7RjJQtq N/61LnWFZSCS6TlhMtNieU+cGAZ/yne19nEs/YbTgXVmBi1vtgQc/3lAO3T+nBvAJLNc NsYT+Nd/4qJGpgMgEG4rhvHDaM2kY7Dek/Ox8DpTkFWIZpg604EOiyxdEDiBpOENrJ8a /oAQ== MIME-Version: 1.0 X-Received: by 10.180.38.7 with SMTP id c7mr19329724wik.65.1411444830911; Mon, 22 Sep 2014 21:00:30 -0700 (PDT) Received: by 10.216.194.132 with HTTP; Mon, 22 Sep 2014 21:00:30 -0700 (PDT) In-Reply-To: References: Date: Tue, 23 Sep 2014 00:00:30 -0400 Message-ID: To: Kris Craig Cc: Kris Craig Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Change checkdnsrr() $type argument behavior From: figureonecpr@gmail.com (Sanford Whiteman) > What would happen is it'd throw an E_DEPRECATED for at least the remainder > of 5.x, then throw the usual E_WARNING for a missing argument starting in > 7.x with no default. Sounds OK to me now that I've noticed this: https://bugs.php.net/bug.php?id=68081 Pretty sure that's a sane report, and it's enough to make me say checkdnsrr() doesn't work now at all. -- S.