Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80222 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23729 invoked from network); 6 Jan 2015 06:53:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2015 06:53:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.180 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.180 mail-qc0-f180.google.com Received: from [209.85.216.180] ([209.85.216.180:56900] helo=mail-qc0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/42-21693-5868BA45 for ; Tue, 06 Jan 2015 01:53:57 -0500 Received: by mail-qc0-f180.google.com with SMTP id i8so16753184qcq.11 for ; Mon, 05 Jan 2015 22:53:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=zr3yNE1N72C8yhAOdXRbChK34mvZuhTISuEa/1SdrAk=; b=vrZKjovhOnB9CJreMa26VJToER9GtW6YaKbweXkeF/lPK4KJ7hH/MOECdD4HfgPuys GuORNkCU64e3CXihaUx4TSfvZ7e8cxWbuEbsT6IUY1MadJpoXV5bEv2tRAQM4VRA15Oy bBRNF+RYl06xMHAxEzwN4W+GNftjR4zzCLrbXwhFJfnhNsoS5rcL10IHsYC8cu4+6mc0 JoOgD2g6khwc+fgdofi9d7uJRZ++f9Nt6bUsD2gBsB39g0+dIWZxZKJ5lGoE7uDe8eGH 7Amwmck1ONd/bV8IrLSD7Qop7xK5yQJhvpNCBOLrkyAQJb3QxpHTW1KaJrhMeI6sBuDV kvDQ== MIME-Version: 1.0 X-Received: by 10.140.93.103 with SMTP id c94mr30709029qge.54.1420527234186; Mon, 05 Jan 2015 22:53:54 -0800 (PST) Received: by 10.140.22.106 with HTTP; Mon, 5 Jan 2015 22:53:54 -0800 (PST) In-Reply-To: References: <006501d02968$3cd39060$b67ab120$@tekwire.net> Date: Mon, 5 Jan 2015 22:53:54 -0800 Message-ID: To: francois@tekwire.net Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Extension Prepend Files From: pierre.php@gmail.com (Pierre Joye) On Mon, Jan 5, 2015 at 10:48 PM, Pierre Joye wrote: > For example HHVM provides a neat one, which is simply PHP for simple > cases. Complex cases allow advanced the native support is also > supported. See https://github.com/facebook/hhvm/wiki/Extension-API. ... Complex cases can be implemented using the native support. Sorry for some c/p mess while rephrasing it :)