Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97011 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31836 invoked from network); 19 Nov 2016 00:25:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2016 00:25:06 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.65 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.214.65 mail-it0-f65.google.com Received: from [209.85.214.65] ([209.85.214.65:36566] helo=mail-it0-f65.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/31-24806-2EB9F285 for ; Fri, 18 Nov 2016 19:25:06 -0500 Received: by mail-it0-f65.google.com with SMTP id n68so7855942itn.3 for ; Fri, 18 Nov 2016 16:25:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=HPBw5puIzzg0Dq0vbp1cxyhoeCaq3r3IriW5LapRzA4=; b=XOkkvrILMTESHI1nDggTSyUhjXj+uKIxQaREhYFT7l7yeEa42yX1kXi5u/PlJ+7m7k DI3g/VYEfvKFbi3mDxmOf8nBx704CJTJsXgYPnYtq4CtMuZ3Qm4EBAShUGZ/pD+FQQqu /Cd6334YmQevHQ1+yIWwkAY4dQlMYlYntlv/M7QYm06iktH67eE6XDZDqIWZRE6Q6py/ Z3bvsCLGcloxMgplMuVKTaEPQynILFqzWrPFsrerLSkn71QupKRyubdXbqWBF8fg5cy2 t1VR9qKX07xjXX4H7CcAYWgtyrmkNeM7uz4xliQx4QhHeo9ZBoWbImF1FWDpf2rPOGBG TSDw== 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; bh=HPBw5puIzzg0Dq0vbp1cxyhoeCaq3r3IriW5LapRzA4=; b=mBT79VdYVvch/CiDBYrD4Fq1p8JB9WuX5oseJaIb/iowMU9n9/3Rv7vVP6rOrY9PaQ bOPZH8dk15N3FMT4xvWhWNamcQenX8i2zx79769WeR1aoNAaiejQqpT7P2XIFj3w7Qtt 9gZRk9iH6tx75wLhD+aX9EZDTm/I7Q1Djid5XoO/PY1mMER/UDxQ1XINf+gnJ29eLhUf ZfW//Y1qo2gdBSTyb9EF/alCRM/NXvhTrSNbJWmBSOb4gMReSm6iMfwxNLGbry6a1A/w P92clIsozb+6/pvmlgHArd4gFG8fC7rlYz0acQw4otb/RrgSRy3Ebjig72TYsKD/YG0C kjIg== X-Gm-Message-State: AKaTC01Tp5FBEl/c0T8Kh5WHmjlUHQumkYp0vsmi2ghaIvaW3cMkNnM3KUvlnkqkjMLylEs+Hpqr8rx/dJ/8JQ== X-Received: by 10.107.19.22 with SMTP id b22mr2218798ioj.236.1479515104050; Fri, 18 Nov 2016 16:25:04 -0800 (PST) MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.107.138.234 with HTTP; Fri, 18 Nov 2016 16:25:03 -0800 (PST) In-Reply-To: References: Date: Sat, 19 Nov 2016 01:25:03 +0100 X-Google-Sender-Auth: rMHGg2rV8SqVOGiq5kljI_lVExw Message-ID: To: Yasuo Ohgaki Cc: Nikita Popov , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 7.2 From: kalle@php.net (Kalle Sommer Nielsen) 2016-11-19 1:05 GMT+01:00 Yasuo Ohgaki : > Hi all, > > On Sat, Nov 19, 2016 at 4:01 AM, Kalle Sommer Nielsen wrote: >> auto_prepend/auto_append_file directives > > auto_prepend/append_file is handy to check application > performance/statistical information such as memory usage while > development and/or testing, for example. Do these harm any other than > shooting their own foot? > Maybe not so much, but I'd like to hear any impact they could have on optimization much like some of the features in the RFC is mentioned to be problematic. I did used to use those directives for similar things, but it was a decade ago :/ -- regards, Kalle Sommer Nielsen kalle@php.net