Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63629 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16732 invoked from network); 25 Oct 2012 15:55:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Oct 2012 15:55:10 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.220.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.220.170 mail-vc0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:38840] helo=mail-vc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E3/69-59506-BD069805 for ; Thu, 25 Oct 2012 11:55:09 -0400 Received: by mail-vc0-f170.google.com with SMTP id fo14so2153084vcb.29 for ; Thu, 25 Oct 2012 08:55:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=1ZirDZoGLjxB08aaVjzjgpkKVjUXGlc7Azs7gV+Xpns=; b=aADm/e23i48YNjg0sAiHKVCP0ydA9sEKZE+zBXQlggUSQaAoGIRKmYYSBsZmuyZ4wa 0Me/eNW6wzZoXVQrgYaFD6bgeysIAD/WoUnW39DfhSq7PwWm9iZqmMtMWemfGf4kOh+S MCmKP2dbkULukN1QNh0GDs7QzyQdhF+ZQOkQ65YKxw4zlTQqFRaeI+avwqDjgJMwJMXN IXoAuGxlzgP18TAW1lWSOH+PYpfjHwwz7DWE1MnQI5rYNIzyq2zWU39RNalMjDbVDa1J Jym7h+nAWdlRBFOYEiQRvjqJpQU8ujYH87174G5CW6SBHKveU2Y5jaYviuZnZFYU+VRI IjVA== Received: by 10.52.69.172 with SMTP id f12mr26871020vdu.92.1351180502523; Thu, 25 Oct 2012 08:55:02 -0700 (PDT) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id q7sm11927815vdw.22.2012.10.25.08.55.00 (version=SSLv3 cipher=OTHER); Thu, 25 Oct 2012 08:55:01 -0700 (PDT) Message-ID: <508960D3.6010503@lerdorf.com> Date: Thu, 25 Oct 2012 08:54:59 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Anthony Ferrara CC: Kris Craig , Guillaume Rossolini , Sherif Ramadan , JJ , internals@lists.php.net References: In-Reply-To: X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQk5FLQMbYjMvJQd32lUbVWODbL3Eu8mkvABNQZIAI41+A5PKO+UdBv/k/L3XtHAZV7f8WQ/ Subject: Re: [PHP-DEV] Changing the default value of "true" for CURLOPT_SSL_VERIFYHOST From: rasmus@lerdorf.com (Rasmus Lerdorf) On 10/25/2012 08:53 AM, Anthony Ferrara wrote: >> If there are no objections, I'll go ahead and draft an RFC for the >> notice/docs idea later today. If anyone would like to co-author it with >> me, please drop me an email and I'll send you the wiki link once I've >> created the page. >> > > Do we even need an RFC for this? I would personally just open a bug and > commit the change. > > But if people want an RFC, that's fine... It just seems like a huge > undertaking for such a minor change... I see no need for an RFC just to add a helpful notice here. Just do it. -Rasmus