Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80235 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66835 invoked from network); 6 Jan 2015 14:50:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2015 14:50:47 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.173 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.173 mail-qc0-f173.google.com Received: from [209.85.216.173] ([209.85.216.173:35765] helo=mail-qc0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/A0-61664-646FBA45 for ; Tue, 06 Jan 2015 09:50:47 -0500 Received: by mail-qc0-f173.google.com with SMTP id i17so16989921qcy.18 for ; Tue, 06 Jan 2015 06:50:44 -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=NJEHrVyf74M8n9Y18vlzsZi0c7PMrC2v7amALeMZ5ms=; b=JVMtqnRPiuLF1JuPmzymXfu5Fnql345LZN6Pk3r6OBlbKXaeTDXOwR1Zn1xKhtrKdv l/Sai9ogtTp7o94NQKbYP/BZGjCkOe21uGwhk9rNcKPsaT79saQ2KXk3/bEQGD9vxa0b g1TYJpfDVymLYutBO5QD5mG3YL3/32ULdrsWnTgCNVyGvobsak+0S+ZlWG7mb3UVyVcc X8pu4i9xKq1fopZNwUK2Av42NI3ue+8lcdLsbtAalFVHs5JVbFuPXuu17w/92OCffeDL 5OOhgBUTvR3bQTzZWB7EUzmaAf+XORIjpzPkIaN/3d9Kjapt0xR/PIkphq5YI+Vq9Oi+ ovRQ== MIME-Version: 1.0 X-Received: by 10.140.32.166 with SMTP id h35mr142961745qgh.22.1420555838352; Tue, 06 Jan 2015 06:50:38 -0800 (PST) Received: by 10.140.22.106 with HTTP; Tue, 6 Jan 2015 06:50:38 -0800 (PST) Received: by 10.140.22.106 with HTTP; Tue, 6 Jan 2015 06:50:38 -0800 (PST) In-Reply-To: <001b01d029bb$fa687fc0$ef397f40$@tekwire.net> References: <54AAF98B.4020709@gmail.com> <001b01d029bb$fa687fc0$ef397f40$@tekwire.net> Date: Tue, 6 Jan 2015 06:50:38 -0800 Message-ID: To: francois@tekwire.net Cc: PHP internals , Sara Golemon , Stanislav Malyshev , Derick Rethans , Benjamin Eberlei Content-Type: multipart/alternative; boundary=001a11397ec020f3f9050bfceefa Subject: RE: [PHP-DEV] [RFC] Extension Prepend Files From: pierre.php@gmail.com (Pierre Joye) --001a11397ec020f3f9050bfceefa Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Jan 6, 2015 9:20 PM, "Fran=C3=A7ois Laupretre" wr= ote: The whole code to consider as part of an extension, whatever the language, must be kept in sync. And the best way to achieve this is to store it in a single file. I would rather say in a single release and package. Built in scripts in an extension is an extremely bad step, maintenance, issues management and all possible complications to allow that may bring. But we get each other view. I only hope we will not do that. Also interesting to ignore the other questions, which are imho very critical. :) > Regards, > > Fran=C3=A7ois > > > > --001a11397ec020f3f9050bfceefa--