Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81429 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46480 invoked from network); 30 Jan 2015 14:09:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jan 2015 14:09:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.176 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 74.125.82.176 mail-we0-f176.google.com Received: from [74.125.82.176] ([74.125.82.176:62055] helo=mail-we0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/D1-35409-F709BC45 for ; Fri, 30 Jan 2015 09:09:03 -0500 Received: by mail-we0-f176.google.com with SMTP id w62so27312532wes.7 for ; Fri, 30 Jan 2015 06:09:00 -0800 (PST) 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=Yp31hcr6vfcguOsg66COr8+9r+gPNpXnrpZbgYLOKJU=; b=NPOeKFEmsn79O5R5GCTeLI59cwXNtoqmPTwhIm7lrn+fEL8hEZ00dK3I/z07HsK39N 7I/aAYDd7MBfjaDM0k2skpHxR5i1/8qrUcJNL4H9gdI6D24uHx+FiKpae7ocUOm2GdlV Aj3YV5kVs8NtlITBItdyQTRL7VIQzIidzM3uoHRPjWSaeXkldf3jXgaeDsv4xePkYxFg NTSAU8DYlLFGNMSgO3wlsPnR5yB75JcWjA1HloxFLpmpl0+brqi0LJD9K2QZ4YbzdLBc 8olrAaak/P7qVduhzBC3JmvPMyJ8hAMm28XSjw21mOh6wJe48YABWnEBigRQqQMyjOgJ Sn8A== MIME-Version: 1.0 X-Received: by 10.194.88.131 with SMTP id bg3mr11768476wjb.99.1422626940036; Fri, 30 Jan 2015 06:09:00 -0800 (PST) Received: by 10.180.88.33 with HTTP; Fri, 30 Jan 2015 06:08:59 -0800 (PST) In-Reply-To: <54CB8AED.8040803@php.net> References: <54CB8AED.8040803@php.net> Date: Fri, 30 Jan 2015 15:08:59 +0100 Message-ID: To: Michael Wallner Cc: PHP Internals Content-Type: multipart/alternative; boundary=089e010d849e68b113050ddf25d2 Subject: Re: [PHP-DEV] Re: [RFC] [DISCUSSION] pecl_http From: tyra3l@gmail.com (Ferenc Kovacs) --089e010d849e68b113050ddf25d2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, Jan 30, 2015 at 2:45 PM, Michael Wallner wrote: > On 29/01/15 21:25, Michael Wallner wrote: > > > >> On 29 01 2015, at 12:14, Michael Wallner >> > wrote: > >> > >> Hi! > >> > >> I=E2=80=99ve rewritten the RFC for pecl_http and hopefully addressed m= ost of > >> the things mentioned previously. > >> > >> I you still find anything lacking, please let me know, so I can expand > >> the RFC accordingly. > >> > >> And of course, everything else is up for discussion. > > Update: > > Removed optional dependencies on all three extensions (json, iconv, > hash), and the one INI entry related to it. ETags of dynamic response > bodies would now always be just sha1 hashes. > > https://wiki.php.net/rfc/pecl_http#dependencies > > -- > Regards, > Mike > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > hi, just a small question: what will be the upgrade path for existing pecl_http users upgrading to 7.0? if we would just move the current ext as is into php-src it would be no problem for them, but based on the recent discussion that is unlikely and if we change the userland api they will be forced to upgrade their code (except if we are willing to provide a php7 compatible version of pecl_http on pecl.php.net, but I think that would be a PITA for everybody). ofc. this isn't a blocker problem, but something we should keep in mind. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --089e010d849e68b113050ddf25d2--