Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78540 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51282 invoked from network); 31 Oct 2014 21:45:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Oct 2014 21:45:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=larry@garfieldtech.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=larry@garfieldtech.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain garfieldtech.com from 66.111.4.27 cause and error) X-PHP-List-Original-Sender: larry@garfieldtech.com X-Host-Fingerprint: 66.111.4.27 out3-smtp.messagingengine.com Received: from [66.111.4.27] ([66.111.4.27:39744] helo=out3-smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/60-48528-CF204545 for ; Fri, 31 Oct 2014 16:45:32 -0500 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id F322C207CC for ; Fri, 31 Oct 2014 17:45:28 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 31 Oct 2014 17:45:28 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:message-id:date:from :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=tYJoZ13En+GemVXe/J5lkF xqzyM=; b=uNvI+0umf33DfPe4PukGsfGN3MadmK59YF+a6NVmWHl+eKUc+UAy0u 6Kepy0tPngd6nvxTMjqcwyu9ErnFyxXH+3A56EWhPwnmhYCsOLmoF7cFASawEvMQ yLc4+A8IfGsFpGBWI6HoMcHGRAFns3nkiUhHVO07RVcVVHgj3sMo4= X-Sasl-enc: ifJOSkwQgCnmBY4THBaUpWf/8UrXsxFCEa3kfFO0XTFx 1414791928 Received: from Palantirs-MacBook-Pro-5.local (unknown [63.250.249.138]) by mail.messagingengine.com (Postfix) with ESMTPA id B0E78680106 for ; Fri, 31 Oct 2014 17:45:28 -0400 (EDT) Message-ID: <545402F7.1060905@garfieldtech.com> Date: Fri, 31 Oct 2014 16:45:27 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: internals@lists.php.net References: <5453B114.6050400@gmail.com> <5453C250.8090803@gmail.com> <5453D6D5.2070705@garfieldtech.com> <5453E492.6020304@gmail.com> <41EF28AA-2303-4900-A085-21AF58740351@php.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] New Standardized HTTP Interface From: larry@garfieldtech.com (Larry Garfield) On 10/31/14, 4:19 PM, Sherif Ramadan wrote: > On Fri, Oct 31, 2014 at 5:01 PM, Will Fitch wrote: > >> >> >> >> I’m actually not suggesting an alternative - I’m suggesting this RFC isn’t >> an option. >> >> > > Great, your suggestion has been noted. Thanks for your contribution to this > discussion! :) Let's try a different tactic... Sherif, can you provide a complete PHP script that you believe would exist/work were this RFC adopted? Nothing fancy, just a "new version" Hello world-level implementation. Because right now, from your descriptions I don't even know what that would look like. I can imagine what a PSR-7-based Hello World script would look like; if I read up on pecl_http (I admit I have not) I could probably imagine a pecl_http Hello World, too. But I really don't understand how I'd even write code with what you're proposing, which makes it difficult to determine what you're even trying to do. --Larry Garfield