Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80177 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26376 invoked from network); 5 Jan 2015 16:20:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2015 16:20:46 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.47 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 74.125.82.47 mail-wg0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:41643] helo=mail-wg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/C0-21693-CD9BAA45 for ; Mon, 05 Jan 2015 11:20:44 -0500 Received: by mail-wg0-f47.google.com with SMTP id n12so27553961wgh.6 for ; Mon, 05 Jan 2015 08:20:41 -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:content-type; bh=RVPLPA+Nhl1e8ngxiVZpISbqRYCCb0JBfmMBukx749s=; b=zibnyvC1maqXlKiBd82F/XmFtWsmjjzxgO7tXn2uAb0isX/UrCETON1skBcaocE2eS /18UDj/tMnKLkbWQUdyuLVT1J8ChpKr3MwCRr8R60D3KlCIE4T54RxtVn+XjF+zr38Pv d9BfPEs3fhUylSAeT4dI0tEmuEyXJvimqeQZC3lJi2/+o31rMvVFVCOcEVIgzqOd5wS0 ZJFWztQ6yuwdiWyWNqhigJFNDoryXk3/IVwTiVBNg7zXDR8oZcXUxUE8LS+i65Awi0eb PFsZ69tPHd0DNdPSbp6hV3xk+7znzkrQMLh66O8KlCPJ02rdHvHa8uuXwqEB7UZdkv/k zt0Q== X-Received: by 10.180.19.193 with SMTP id h1mr27071451wie.10.1420474839848; Mon, 05 Jan 2015 08:20:39 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.195.4.41 with HTTP; Mon, 5 Jan 2015 08:19:59 -0800 (PST) In-Reply-To: References: Date: Mon, 5 Jan 2015 17:19:59 +0100 X-Google-Sender-Auth: GxnL3Dpauq4v3a9_M2fP6OYF_TI Message-ID: To: Benjamin Eberlei Cc: PHP Internals Content-Type: multipart/alternative; boundary=bcaec53d526f3dd964050bea12f9 Subject: Re: [PHP-DEV] [RFC] Extension Prepend Files From: jpauli@php.net (Julien Pauli) --bcaec53d526f3dd964050bea12f9 Content-Type: text/plain; charset=UTF-8 On Sun, Jan 4, 2015 at 12:52 PM, Benjamin Eberlei wrote: > Hey everyone, > > I want to open discussion on my RFC to strengthen the ability of extensions > to provide functionality to developers in both C **and** PHP code. > > For this extensions can add PHP files to a list of "prepend files" that are > part of every request execution exactly the same way the INI > auto_prepend_file functionality works: > > https://wiki.php.net/rfc/extension_prepend_files > > I propose implementation details in the RFC, but they are completely up to > discussion. I am even sure there is probably a better way than what I > proposed, because I am not familiar with the code. > Hello. Can't this be already done somehow ? In RINIT stage obviously. I don't understand why to change our API to add a feature we already can use ? Julien.P --bcaec53d526f3dd964050bea12f9--