Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74859 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50843 invoked from network); 11 Jun 2014 22:30:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jun 2014 22:30:20 -0000 Authentication-Results: pb1.pair.com header.from=ml@anderiasch.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ml@anderiasch.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain anderiasch.de from 81.169.138.148 cause and error) X-PHP-List-Original-Sender: ml@anderiasch.de X-Host-Fingerprint: 81.169.138.148 ares.art-core.org Received: from [81.169.138.148] ([81.169.138.148:51345] helo=ares.art-core.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/C0-46297-778D8935 for ; Wed, 11 Jun 2014 18:30:16 -0400 Received: from [192.168.178.20] (p50895460.dip0.t-ipconnect.de [80.137.84.96]) by ares.art-core.org (mail.art-core.org) with ESMTPSA id A60382EE167; Thu, 12 Jun 2014 00:30:12 +0200 (CEST) Message-ID: <5398D872.2060805@anderiasch.de> Date: Thu, 12 Jun 2014 00:30:10 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Pierre Joye , PHP internals References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] head up: New extension installer in dev From: ml@anderiasch.de (Florian Anderiasch) On 11.06.2014 22:01, Pierre Joye wrote: > Just a head up here: > http://news.php.net/php.pecl.dev/11879 A few things (posting here, as I think it fits the RFC and I am also not subscribed there) - this is supposed to be in core, right? The distros often have a "php-pear" package. How will this work? - how is the symfony stuff gonna be bundled? In a phar? Can we even include it in the main php release with the symfony license? - I am unsure how composer comes into play here? Needed? Bundled? (Again I am just trying to grasp what will be needed for an end user to use it) - did you forget to commit pickle/src/Installer.php or is it just not yet finished? Would be the most interesting part ;) - A bit unsure about the .gitignore part. People might want to configure that? - Very surprised by renaming CHANGELOG to RELEASE-*, the former is kind of a standard, why change it? Especially having n files instead of 1. Apart from that it sounds like a good idea. ~Florian