Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81427 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42566 invoked from network); 30 Jan 2015 13:45:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jan 2015 13:45:26 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-wg0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:48834] helo=mail-wg0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/21-35409-3FA8BC45 for ; Fri, 30 Jan 2015 08:45:24 -0500 Received: by mail-wg0-f42.google.com with SMTP id x13so27061097wgg.1 for ; Fri, 30 Jan 2015 05:45:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=R9hWtVeX+mKzT8hcYmGF0wqascg+6PVZVgaIXCdyqU0=; b=I98ErzIIB+Qt1GE8nQZuUJTRA0BOsjVoeF5LKK269dh4I4hu2bclZoseL+50x39t/I 5YbQk5Zdxfh3DnivowdWn1qixC+Ui8rMijf/41+o6fOY3WhrDzmlQVB4THH01J0QAnZ7 JSs+rsjrRzMR5XZCdOYwqiTB81kJtqx2UaXu8GrmWUUfFJ7ySce99O3gkonzTF0OdVPA D7hMnyMD/PsYz7M+HUTN6ypmN7pSx4qn+0yuP8/zHLP+wGOQzNBp+nYMhtZXS5OmE+GV 8smPjgBbkf4IwFxoP8vbgMUNDy0BBBREjaLyKRbXhlgugHy0Fl+Y38tB+jxbI1RcUhhi xEeg== X-Received: by 10.180.74.52 with SMTP id q20mr5139503wiv.0.1422625519478; Fri, 30 Jan 2015 05:45:19 -0800 (PST) Received: from [192.168.2.120] (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id u9sm14996131wjy.37.2015.01.30.05.45.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Jan 2015 05:45:18 -0800 (PST) Sender: Michael Wallner Message-ID: <54CB8AED.8040803@php.net> Date: Fri, 30 Jan 2015 14:45:17 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: PHP Internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [RFC] [DISCUSSION] pecl_http From: mike@php.net (Michael Wallner) On 29/01/15 21:25, Michael Wallner wrote: > >> On 29 01 2015, at 12:14, Michael Wallner > > wrote: >> >> Hi! >> >> I’ve rewritten the RFC for pecl_http and hopefully addressed most 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