Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70165 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72496 invoked from network); 15 Nov 2013 22:20:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2013 22:20:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:51474] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/71-65134-02E96825 for ; Fri, 15 Nov 2013 17:20:17 -0500 Received: by mail-ob0-f170.google.com with SMTP id gq1so4578135obb.15 for ; Fri, 15 Nov 2013 14:20:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=4quBE2dOkb1Q/yKftdNSuOuP5HjEfgFD/q/eP3apYUQ=; b=2Lt/TKaqaHRJnYkxnFmlKnFvveb6+2iliWtO/Jkf0w23gsj7+7WFF5birUJfnCG3ls zG7/5WzI7CukAxotR+QE2ZomwJU8ls3kjWTmeR5jbifCa93BFIY9KbUqttBz4ZqZuPPV /N5VBsov0/9+RYNWX5Dbn+b/isDiugEZW0an0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=4quBE2dOkb1Q/yKftdNSuOuP5HjEfgFD/q/eP3apYUQ=; b=UcTnlsCeoJDG4lj005qNWXbET+atpnzy0DTA/3jAnklHikQqP66EVnxwJsGfNotE1u ooItqv24u8XvPlGLHCFjxtCGLlRQktlDMIyZbJoqRHFYJlB78ybziJpRt1gqfN6AVtE8 sQZD84z62D6P0ykj4tWKMmtf0BckvivyKdHfAE7TmSsNhY5j52P4PY7ovoyZEm6ms1tY K5EU1RhKs3vYpO1/0+9JTAw+J1cFssxIkmUbyzVtPg3BXDPEEgfyIHhgrXCOpCMDsXbV aHd6DltQ8iYFtzP3V+y5uI2rtqDHzjVlDfY8VdzpWmROkmG2doxnVWbWMA0bBnqPYqQ9 K2kA== X-Gm-Message-State: ALoCoQlEhkIWTsi89f35qFCbZ+4yRuUURHqz0ACPCFSQUuqB5v/Egb9oZB6V+0D+v0brX+uWlVFy X-Received: by 10.182.40.201 with SMTP id z9mr9059677obk.45.1384554013913; Fri, 15 Nov 2013 14:20:13 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.76.178.161 with HTTP; Fri, 15 Nov 2013 14:19:53 -0800 (PST) In-Reply-To: References: Date: Fri, 15 Nov 2013 14:19:53 -0800 X-Google-Sender-Auth: XSAursv-9w_5ihW2XGYcdvmb_7o Message-ID: To: Ferenc Kovacs Cc: Yasuo Ohgaki , Michael Wallner , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] PHP-5.6 and $HTTP_RAW_POST_DATA From: aharvey@php.net (Adam Harvey) On 15 November 2013 14:14, Ferenc Kovacs wrote: > On Fri, Nov 15, 2013 at 11:01 PM, Yasuo Ohgaki wrote: >> How about create $HTTP_RAW_POST_DATA on demand? >> Just like $_ENV. > > if you do that don't forget to update the opcode caches(opcache, apc, etc.) > also, I remember it caused them problems when we > introduced auto_globals_jit. If that is feasible, do we also want to consider emitting an E_DEPRECATED on first access? Adam