Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78987 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16366 invoked from network); 19 Nov 2014 10:59:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2014 10:59:49 -0000 Authentication-Results: pb1.pair.com header.from=florian@margaine.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=florian@margaine.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain margaine.com from 209.85.213.173 cause and error) X-PHP-List-Original-Sender: florian@margaine.com X-Host-Fingerprint: 209.85.213.173 mail-ig0-f173.google.com Received: from [209.85.213.173] ([209.85.213.173:45821] helo=mail-ig0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/00-15892-4287C645 for ; Wed, 19 Nov 2014 05:59:49 -0500 Received: by mail-ig0-f173.google.com with SMTP id r2so2713698igi.12 for ; Wed, 19 Nov 2014 02:59:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=ONTD6uQ/RW9JKJkg/FPmNjkxqGU2LoH+aPY14YtuUWk=; b=R1fV4SDs8T9tvzy+a3aIRnOf9BDVmVrD8HH+Lv0ZKR6PfklO+djTQo7bZXAzBuaXa7 CzLXGOckePZHSPVcrbMeeOeptb75GyDFozx5s5e0ZPE3w8q5FipotvV/kiJoeUA0mNtV oAqQLUtpY2BA3EiDjbhGWV5u98xQoh98i1ZUlXHJOJS6jAwlYCgVpPSfkaKCQSPoM1XS qBTOda36oA9T86xOJgHXgyhjEGNbsPFQxaq7aw+fgTmtwpiBXohz0LVy9dfw/nmPShxC hyqClju2v2FbLmcar+94tjvstVTTcgzjCxrWrau3FXRsieQWOhnYZ5NukEgI8L4JW2CN wpdw== X-Gm-Message-State: ALoCoQkL9eDzfawFYUBnTApN5GPEtf67kF4JOyRlDSqPuQFnP/WG0rBHpFxddkVA0zO9aOo78aqT X-Received: by 10.50.111.110 with SMTP id ih14mr9432628igb.38.1416394786249; Wed, 19 Nov 2014 02:59:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.31.149 with HTTP; Wed, 19 Nov 2014 02:59:25 -0800 (PST) X-Originating-IP: [90.52.133.147] Date: Wed, 19 Nov 2014 11:59:25 +0100 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=089e0149bb8618bb080508341ca7 Subject: getallheaders() in fpm From: florian@margaine.com (Florian Margaine) --089e0149bb8618bb080508341ca7 Content-Type: text/plain; charset=UTF-8 Hi list, Since it's an often-requested feature/often-brought up bug, I think this PR should be pushed for merging: https://github.com/php/php-src/pull/904 The patch itself is not very big, and the feature not complicated to test. I'd like to see this merged for the next version if possible :) Regards, -- Florian Margaine --089e0149bb8618bb080508341ca7--