Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88746 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18190 invoked from network); 11 Oct 2015 07:20:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Oct 2015 07:20:47 -0000 X-Host-Fingerprint: 195.225.93.162 195225093162.olsztyn.vectranet.pl Received: from [195.225.93.162] ([195.225.93.162:24106] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/80-11057-DCD0A165 for ; Sun, 11 Oct 2015 03:20:45 -0400 Message-ID: <29.80.11057.DCD0A165@pb1.pair.com> To: internals@lists.php.net X-Mozilla-News-Host: news://news.php.net:119 Date: Sun, 11 Oct 2015 09:20:39 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 195.225.93.162 Subject: package.xml files in core extensions From: sobak@php.net (Maciej Sobaczewski) Hello, I wonder if package.xml files in core extensions still serve their purpose and therefore are needed. As written in message of commit introducing them [1]: > Adding a package.xml to a bundled extension does not only > ease the transition to PECL whereever suitable but also > allows to build and install an extension as "shared" using > the PEAR installer without having to deal with phpize and > friends by hand Is that still a case? Most (if not any) of these files are not up to date and some extensions (e.g. gettext, reflection etc) doesn't have them. By that, I suppose they are not used. Can they be removed? Cheers, Maciej. [1]: https://github.com/php/php-src/commit/eeb172b29f65b9a340638b7096b6dd82399b4562