Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63638 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53448 invoked from network); 25 Oct 2012 20:42:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Oct 2012 20:42:31 -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:59447] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/40-59506-634A9805 for ; Thu, 25 Oct 2012 16:42:31 -0400 Received: by mail-la0-f42.google.com with SMTP id e6so2188089lah.29 for ; Thu, 25 Oct 2012 13:42:27 -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=ZH3QlE/OCqYMiNsC8XEOvfSEgjdZeLVrs8br6ot3x0w=; b=FdxJucESaTGjAnEOivgbsJe/DMk4/ascJrbtuBM6kkzr+4NPQPAtsyMqujm/7OoeWv MDmqClMO57e0lCF99Nv+0tjLtq2AkcC0Ty8SeH/fohTVeehCdylSShuz94V0/xxxLzRf kOwMfOEURLxetOAcv7q9rYhl5cd8pmdueyzhr1XJ74Naunuod8nChejzJxsiCUcD9wd7 1hecZwJ7L7JqY93a98CXqvtSpUdBWzu0VV3cb8ujsJs1Jh/gGgyWhlMQ7O6UdkSO4STu gu8dFK2Qtca5rWhUQByoZeD4eQA3LF/wwW6dYQeNs/rHkKGkbHL71K8ogku5UlcAoiVf HpjA== MIME-Version: 1.0 Received: by 10.112.28.7 with SMTP id x7mr8209331lbg.117.1351197747710; Thu, 25 Oct 2012 13:42:27 -0700 (PDT) Received: by 10.114.69.107 with HTTP; Thu, 25 Oct 2012 13:42:27 -0700 (PDT) In-Reply-To: References: <508960D3.6010503@lerdorf.com> Date: Thu, 25 Oct 2012 16:42:27 -0400 Message-ID: To: JJ Cc: Rasmus Lerdorf , Kris Craig , Guillaume Rossolini , Sherif Ramadan , internals@lists.php.net Content-Type: multipart/alternative; boundary=bcaec554dcf2c60d5b04cce83d82 Subject: Re: [PHP-DEV] Changing the default value of "true" for CURLOPT_SSL_VERIFYHOST From: ircmaxell@gmail.com (Anthony Ferrara) --bcaec554dcf2c60d5b04cce83d82 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Oct 25, 2012 at 2:48 PM, JJ wrote: > Stas suggested this should throw a notice instead of a warning, I've > amended. Thx all. > > https://github.com/php/php-src/pull/221 > > The PR has been merged in and closed. It has been merged into 5.4 and master. Thanks for the contribution! Anthony --bcaec554dcf2c60d5b04cce83d82--