Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81814 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15658 invoked from network); 4 Feb 2015 13:06:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 13:06:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=pajousek@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pajousek@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.53 as permitted sender) X-PHP-List-Original-Sender: pajousek@gmail.com X-Host-Fingerprint: 209.85.192.53 mail-qg0-f53.google.com Received: from [209.85.192.53] ([209.85.192.53:33342] helo=mail-qg0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/CB-55046-F3912D45 for ; Wed, 04 Feb 2015 08:06:07 -0500 Received: by mail-qg0-f53.google.com with SMTP id f51so972024qge.12 for ; Wed, 04 Feb 2015 05:06:04 -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=kEA+agB8pPa4wwl7jT5rPsRF244kxnxb/HhzetPGTZI=; b=MKfFyZ3F5xyRwJEpc8lkpYfDy5t1n747oVa8gFpfKgF5gca704yvtjmOLIj7w6JWeK JXLiqkCwMG4zPYkvpae0CfqnmltafQCxgJrd8IyjUaSs7Kc9oIlPQ/Dh72ruRAUJAFPM vKT8PyZrCGbt+BVxQ0PuxruDcGBqW7SQcVfhowtnINjZcu+UGGe3FnAf8bMm8alY2+wg Ud4Qc49fqtqN0VryE2zhVJ1Mnd+8SarZrl+avJpYLdkDMM6reWgLZ1ZP9yjr3bfSQZGt vUTfyJTPkKBkxxQyFvICgHiAyvpda0O94fu7iUkTGxejnpG6xGS5l2JDoMAqRv5veQRt iZGA== MIME-Version: 1.0 X-Received: by 10.229.125.133 with SMTP id y5mr20812701qcr.17.1423055164837; Wed, 04 Feb 2015 05:06:04 -0800 (PST) Received: by 10.96.66.201 with HTTP; Wed, 4 Feb 2015 05:06:04 -0800 (PST) In-Reply-To: <54D217E7.8030407@php.net> References: <54D217E7.8030407@php.net> Date: Wed, 4 Feb 2015 14:06:04 +0100 Message-ID: To: Michael Wallner Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC] [DISCUSSION] pecl_http From: pajousek@gmail.com (=?UTF-8?Q?Pavel_Kou=C5=99il?=) On Wed, Feb 4, 2015 at 2:00 PM, Michael Wallner wrote: > Hi! > > Do we want to discuss anything further before I put this to vote again? > > https://wiki.php.net/rfc/pecl_http > > Points explicitely marked for discussion in the RFC itself: > > * pecl/propro > Proxies for properties representing state in internal C structs > https://wiki.php.net/rfc/pecl_http#peclpropro > > * pecl/raphf > (Persistent) handle management within objects instead of resources > https://wiki.php.net/rfc/pecl_http#peclraphf > Also, take special note of the INI setting: > https://wiki.php.net/rfc/pecl_http#raphf_ini_setting > > * POST parsing disregarding request method, solely based on content-type > https://wiki.php.net/rfc/pecl_http#rinit > > JFYI, I've create a POC for HTTP2 support: > http://git.php.net/?p=pecl/http/pecl_http.git;a=shortlog;h=refs/heads/http2-poc > > This is for PHP5, though, and needs a recent libcurl built with nghttp2 > support. > > -- > Regards, > Mike > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Hello, as I mentioned already in the other thread - there are currently no coding standards related to namespace naming in https://github.com/php/php-src/blob/master/CODING_STANDARDS and the coding standards should probably be updated before voting, since this extension contains namespaces. Regards Pavel Kouril