Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63635 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36899 invoked from network); 25 Oct 2012 18:48:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Oct 2012 18:48:06 -0000 Authentication-Results: pb1.pair.com header.from=johnjawed@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=johnjawed@gmail.com; spf=pass; 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: johnjawed@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:37854] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/1D-59506-56989805 for ; Thu, 25 Oct 2012 14:48:05 -0400 Received: by mail-la0-f42.google.com with SMTP id e6so2042215lah.29 for ; Thu, 25 Oct 2012 11:48:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Ew84mC/f3M6tSuaHuArM+p6zMyKRBwPOZbeax0Q/JIo=; b=PDlfgcZTs9c0xoDlxd5uGsL5wI8ISxHtGCILOCgYDBKXWn0oyoChMyGlF+9UIB2PNC VgP2x+HWdOZxpubX1ds7g8mkWI1cgrynam9m5n/+hKiBoajHQQkp06cqFmQ3diYBHPEB Oi7BzlJphyznZmb2nzt1hyZXjKPeGzg9uCsWFkybg/EHN700+8pQAJe/em71PFHsSBbE GMKWLPte+1Ye+JxXf+Lt60/v1KLnFQChds7VL1aTGUaXK7dEm4LFz2eCnCNMHkzCUwnS JNT2yNKM5mry/cn8oSX8uIswDqC4QtF1pGDyBwlb2g3SARpAdnF0exmKPZdCd1WOgJW5 eJqg== MIME-Version: 1.0 Received: by 10.152.48.111 with SMTP id k15mr18473658lan.17.1351190881392; Thu, 25 Oct 2012 11:48:01 -0700 (PDT) Sender: johnjawed@gmail.com Received: by 10.114.17.42 with HTTP; Thu, 25 Oct 2012 11:48:01 -0700 (PDT) In-Reply-To: References: <508960D3.6010503@lerdorf.com> Date: Thu, 25 Oct 2012 11:48:01 -0700 X-Google-Sender-Auth: -fM52XAg05DKBTQNnylQG1nY7bM Message-ID: To: Rasmus Lerdorf Cc: Anthony Ferrara , Kris Craig , Guillaume Rossolini , Sherif Ramadan , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Changing the default value of "true" for CURLOPT_SSL_VERIFYHOST From: jawed@php.net (JJ) Stas suggested this should throw a notice instead of a warning, I've amended. Thx all. https://github.com/php/php-src/pull/221 - JJ On Thu, Oct 25, 2012 at 11:39 AM, JJ wrote: > Agreed. > > https://github.com/johnj/php-src/commit/905f7121fa664380c97f71ff9cbc4b6c04396374 > > - JJ > > On Thu, Oct 25, 2012 at 8:54 AM, Rasmus Lerdorf wrote: >> >> I see no need for an RFC just to add a helpful notice here. Just do it. >> >> -Rasmus >>