Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77829 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64518 invoked from network); 9 Oct 2014 11:17:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2014 11:17:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.48 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 209.85.192.48 mail-qg0-f48.google.com Received: from [209.85.192.48] ([209.85.192.48:42893] helo=mail-qg0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A6/53-28268-6CE66345 for ; Thu, 09 Oct 2014 07:17:26 -0400 Received: by mail-qg0-f48.google.com with SMTP id i50so1442956qgf.35 for ; Thu, 09 Oct 2014 04:17:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=U9jrxMUGGcMxbIv7VTLBwRDFQdBFeVu6uaXc0LP+vkk=; b=lhkZFJ6CUpORBWvwLQurzMX+rufphshtbwPUStevrcGbaV3bbMLX9aT+kOFnSbESp6 inj2AObSCVt/c0hZQnpCVN2CJey2RKuMKO8mkx3xXkqAwhK9FxiBjuMFb3EblJPTwhtT sxjmUVZ2OXpxaKK0YHgzyfgrpDUDQAsD9PlELeO8NsAgoSm0Sa2ogdzBFeESsUC6qEHy U5EPubVXR0yydtBPv/r4WoeZHFYM+oQCgCKE6cupwMlvKVIkXT+JP0/CN9sJ6aBMXhlN fZSiPXsYDTi1JISSlAhq2MGNWr1W0Qq3UkYReIUMkRxquKGmc1T+35jZYhTd3KZ+nJk6 XD7g== MIME-Version: 1.0 X-Received: by 10.140.34.83 with SMTP id k77mr28784793qgk.100.1412853443806; Thu, 09 Oct 2014 04:17:23 -0700 (PDT) Sender: are.you.winning@gmail.com Received: by 10.141.28.193 with HTTP; Thu, 9 Oct 2014 04:17:23 -0700 (PDT) In-Reply-To: <54365091.4090102@legalweb.org.uk> References: <54365091.4090102@legalweb.org.uk> Date: Thu, 9 Oct 2014 12:17:23 +0100 X-Google-Sender-Auth: efOXQJOwGU4ecoPrOcFC1O8MfMs Message-ID: To: Bradley Weston Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] PHP 5.3.33 - FPM not given getallheaders function. From: cw@daverandom.com (Chris Wright) On 9 October 2014 10:08, Bradley Weston wrote: > Reference to bug: https://bugs.php.net/bug.php?id=62596 > > PHP 5.3.33 - FPM not given getallheaders function.PHP 5.3.33 - FPM not given > getallheaders function. While this does need to be patched (there is an open PR that needs checking against current sources and merging), 5.3 is long dead, this won't even make it into 5.4 now. Please update your PHP version to something that's maintained if you want access to new features when they become available. Thanks, Chris