Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64383 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29437 invoked from network); 20 Dec 2012 16:58:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2012 16:58:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.169 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.169 mail-vc0-f169.google.com Received: from [209.85.220.169] ([209.85.220.169:49688] helo=mail-vc0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B8/E7-20281-0C343D05 for ; Thu, 20 Dec 2012 11:58:41 -0500 Received: by mail-vc0-f169.google.com with SMTP id gb23so4124384vcb.0 for ; Thu, 20 Dec 2012 08:58:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=Kd6i9xKQEGeH8xv3vGBGuBunoXLqLxdGDcKbz8c62KU=; b=t+uWZD9zcUGlRYx7hYEB1Yk37rheR6G1+8vzSxscZOFxuIIIUkuBJ08juaaaL95PTt KkFzcISs0MBUU6llzZN9kuldFUv6/k72qoK7ePE4pnS48hwvzU05GeWLCnKTNHnAfAAg DeN6TtYZUMBAj2bNZiXq/jCmR+euq41NVYm27AdSKVPsxGd+YivdKFemVRWUKPj36Ak4 2vW/Xef08qxOXgQn2mRTpslbJ0maQnlukO3lq5Uhkkyrmq2AfWOMbGVVHGeRdKwP5HdK KRjy7Z3VV4PQQrSSbmPVqzU/WhwXrEYnShtz+vgEpPnIfQLvNDtEZXsGlHS4B4pnW9pG Mw1w== Received: by 10.52.174.71 with SMTP id bq7mr13573097vdc.49.1356022718436; Thu, 20 Dec 2012 08:58:38 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.140.132 with HTTP; Thu, 20 Dec 2012 08:57:58 -0800 (PST) In-Reply-To: References: Date: Thu, 20 Dec 2012 17:57:58 +0100 X-Google-Sender-Auth: 1I0ZLG0c3NXzx9FKqjeiQUbfF-U Message-ID: To: Pierrick Charron Cc: Internals Content-Type: multipart/alternative; boundary=bcaec51d2f267095fc04d14ba4e4 Subject: Re: [PHP-DEV] Changes in libcurl for CURLOPT_SSL_VERIFYHOST in 7.28.1 From: jpauli@php.net (jpauli) --bcaec51d2f267095fc04d14ba4e4 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Dec 20, 2012 at 4:57 PM, Pierrick Charron wrote: > Hi Julien, > > I think we need to trigger a notice to prevent users to write code > that may not work in future version even if it doesn't depend on our > changes but on libraries changes. > > Maybe we could be more explicit and tell the user that the 1 value > will not be available as of libcurl 7.28.1 (I just hope that people > will not be confused on what is libcurl and what's the version of it). > Well, I'd say what have we done before about that ? We have already met lib API changes (libcurl, libxml, other usefull libs exposed to the user), let's see what we did :-) Julien.P --bcaec51d2f267095fc04d14ba4e4--