Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80977 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23431 invoked from network); 22 Jan 2015 16:32:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2015 16:32:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.175 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.175 mail-we0-f175.google.com Received: from [74.125.82.175] ([74.125.82.175:44676] helo=mail-we0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/F9-61273-52621C45 for ; Thu, 22 Jan 2015 11:32:38 -0500 Received: by mail-we0-f175.google.com with SMTP id k11so2784171wes.6 for ; Thu, 22 Jan 2015 08:32:32 -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 :content-type:content-transfer-encoding; bh=6WKOuS+3fKRmjKFb/srxSoaUNA/F/TzF2SxSwp+sP/E=; b=KeHb19o6yvk5XsgzmG7+Gt6+UBWlZN+ClfJ21K39Uo+b+uMkBQUptG0UhP1zOv/Cp8 G+reepx6tsFo6nTXr2Fv9zyWwBs9Sfd+Nn85I9JfrePWao7FuR3bBWjXn062BAFHSAL8 ibMHfp5bRxLwO3vTV0NhChbdacM7AfquhGo1O7rLARAjiw8dyNCC0SnfY46jbleFgwIm wsfAlKoGUeg+X04Hrzopqwf/qVvsXxzvBzdoeA5crCAHaLhTiPjvY/6qvFcT4AWiifD1 IOnEmT8woc80rIaKqaclIli45JNt5VbXXnOSVCT1oX0cwkGSUNc9pJBLkY+OlT5dIiVp 82CQ== X-Received: by 10.180.73.239 with SMTP id o15mr34811796wiv.14.1421944351976; Thu, 22 Jan 2015 08:32:31 -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 vs8sm4638263wjc.6.2015.01.22.08.32.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Jan 2015 08:32:30 -0800 (PST) Sender: Michael Wallner Message-ID: <54C1261D.7080009@php.net> Date: Thu, 22 Jan 2015 17:32:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: PHP Internals Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [RFC] pecl_http From: mike@php.net (Michael Wallner) Hi! Now, that I'm mostly done with porting pecl/http [1] and dependencies (propro [2] and raphf [3]) to ZE3 I'd like to restart discussion on the topic, whether it is feasible to add pecl_http as a bundled extension to the core. https://wiki.php.net/rfc/pecl_http [1] https://github.com/php/pecl-http-pecl_http/tree/phpng [2] https://github.com/php/pecl-php-propro/tree/phpng [3] https://github.com/php/pecl-php-raphf/tree/phpng For a test run with master, clone into ext/ and `configure --with-http --enable-propro --enable-raphf` after buildconf. Let me know if it doesn't work out of the box for you. I'll have to update the corresponding links in the RFC to the phpng branches and refresh the code coverage reports in the next few days. Reminder! Do not look at php.net/http; API docs are here: http://devel-m6w6.rhcloud.com/mdref/http/ -- Regards, Mike