Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102417 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88445 invoked from network); 25 Jun 2018 14:13:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2018 14:13:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 84.19.169.162 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 84.19.169.162 mail.experimentalworks.net Received: from [84.19.169.162] ([84.19.169.162:34394] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6A/15-50433-B98F03B5 for ; Mon, 25 Jun 2018 10:13:48 -0400 Received: from kuechenschabe.fritz.box (ppp-188-174-118-230.dynamic.mnet-online.de [188.174.118.230]) by mail.experimentalworks.net (Postfix) with ESMTPSA id B47D140D95; Mon, 25 Jun 2018 16:13:44 +0200 (CEST) Message-ID: <1529936020.4441.10.camel@schlueters.de> To: Zeev Suraski , internals Date: Mon, 25 Jun 2018 16:13:40 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] PHP 2^3 From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mo, 2018-06-25 at 12:30 +0000, Zeev Suraski wrote: > 3. Foreign Function Interface support.  Related to this on a non-PHP-code and strategic matter I would like to rethink PECL. Currently maintenance and installing extensions using it is a pita. This should be doable in a nicer way.  (i.e. pecl pointing directly to Git(Hub) repos, similar to composer, a way to install precompiled binaries, probably using a more narrow stable API, better reporting of dependency issues, with the new execution model of your point 2 also better integration with composer, ...) johannes