Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64384 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31267 invoked from network); 20 Dec 2012 17:03:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2012 17:03:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 74.125.82.42 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 74.125.82.42 mail-wg0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:45262] helo=mail-wg0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/48-20281-6C443D05 for ; Thu, 20 Dec 2012 12:03:03 -0500 Received: by mail-wg0-f42.google.com with SMTP id dr1so1017836wgb.5 for ; Thu, 20 Dec 2012 09:02:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=pikLmCZZ4d5F3kEiwM4LCRoV4F02UmcjiTmucZ3Xs2Q=; b=nwCR/QE1ueJPaodbCsU8QQs7kgMWNMYeSLQ9xl5/mkaCKA6KnxniRljofNGXIPNkIZ sS9ACoeCzPEKlyTUtsm403Tw7iu+LBP3bnY4hbY3+k9Abmj65eDT53gEZV3rlSbBSvsW ynlP+ewXAhbMhZUiCcAFrqwGyXm3iF0JMhJAy+fblW6b5hVYaB/mbxfO38gX7MvTixFn PsQQJOpNO3QaE7zZwyU9lZA8GGD2rxaDuHSocd/Rma8xcFO4GpBFzsPhio6CMN/F8MKF CrW61Il2FuBrH9DlEVvE1pKSs8nuDSL3isFvDdyx8DlKbZxAEfhdxEgIOxoa+J8bVqvO FTHA== MIME-Version: 1.0 Received: by 10.194.10.74 with SMTP id g10mr18962026wjb.21.1356022978926; Thu, 20 Dec 2012 09:02:58 -0800 (PST) Received: by 10.180.98.226 with HTTP; Thu, 20 Dec 2012 09:02:58 -0800 (PST) In-Reply-To: References: Date: Thu, 20 Dec 2012 12:02:58 -0500 Message-ID: To: jpauli Cc: Internals Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkQ0FrgHfjTR55bARfBHyH22ICVHGyLV20PS9jWKMYVVwbN8Ncwbeg/3sgeA0FIhO6LsnFW Subject: Re: [PHP-DEV] Changes in libcurl for CURLOPT_SSL_VERIFYHOST in 7.28.1 From: pierrick@webstart.fr (Pierrick Charron) I don't remember of any change in other binding (not saying there were not any) which like this one were removing a feature without giving an alternative to do the same thing. If someone can point me to one, I'll be glad to look at how we managed this. Pierrick On 20 December 2012 11:57, jpauli wrote: > > > 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