Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63632 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23399 invoked from network); 25 Oct 2012 16:49:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Oct 2012 16:49:29 -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.215.42 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:52605] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/AA-59506-89D69805 for ; Thu, 25 Oct 2012 12:49:29 -0400 Received: by mail-la0-f42.google.com with SMTP id e6so1883021lah.29 for ; Thu, 25 Oct 2012 09:49:25 -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=L4evx44WKY2+iJd0chDb9/BrKo4pOzzh1aobPWFN61U=; b=pAWGKHD9dfqA6/TXqi0Vl56sba6Nmbl+ocvIdYlFTt19w22HCmVwGjf0Z9Q1NTaAaR 26HUhjpmo+TGE3RsG+DPFO9DWadjIoJqkWFwZj1k4cRpCO6sxgyVfRu8/zUZZ2ByY/kR WYD6KuP5WHykE2CJTSOM3uURMMLz6PhJgx75cDk0ILgczDJZM6E8xRncfHgb2b/qTiJB h/NTFGryK9MSX8caPUbRzsJtTXy3GcFuzB4Pq6NlhTR/SkG+5xmDQld1Rg5CBnZA9MR2 QAdIWawViaiGmggKaF3n5btvyKKAcaicNCftRNGzHAHhELK8wdDyE8aoi+rIMpNcIyh0 eFRw== MIME-Version: 1.0 Received: by 10.112.39.100 with SMTP id o4mr5724883lbk.23.1351183765496; Thu, 25 Oct 2012 09:49:25 -0700 (PDT) Received: by 10.114.69.107 with HTTP; Thu, 25 Oct 2012 09:49:25 -0700 (PDT) In-Reply-To: <508960D3.6010503@lerdorf.com> References: <508960D3.6010503@lerdorf.com> Date: Thu, 25 Oct 2012 12:49:25 -0400 Message-ID: To: Rasmus Lerdorf Cc: Kris Craig , Guillaume Rossolini , Sherif Ramadan , JJ , internals@lists.php.net Content-Type: multipart/alternative; boundary=e0cb4efe31905e660c04cce4fca1 Subject: Re: [PHP-DEV] Changing the default value of "true" for CURLOPT_SSL_VERIFYHOST From: ircmaxell@gmail.com (Anthony Ferrara) --e0cb4efe31905e660c04cce4fca1 Content-Type: text/plain; charset=ISO-8859-1 Rasmus et al, I see no need for an RFC just to add a helpful notice here. Just do it. > > -Rasmus > > Should this target master only (5.5)? Or 5.3/5.4 as well? My tendancy would be to target 5.5 only, but I can see the argument made that it should target 5.3/5.4 as well... Thoughts? Anthony --e0cb4efe31905e660c04cce4fca1--