Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74519 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23540 invoked from network); 27 May 2014 13:13:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 May 2014 13:13:24 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.169 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.128.169 mail-ve0-f169.google.com Received: from [209.85.128.169] ([209.85.128.169:36075] helo=mail-ve0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/B0-18053-37F84835 for ; Tue, 27 May 2014 09:13:24 -0400 Received: by mail-ve0-f169.google.com with SMTP id jx11so10598974veb.14 for ; Tue, 27 May 2014 06:13:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=S3iMhjR+ggk4/Ln3yFRTVLoUs2XsnCzrDGqMM0rL088=; b=N7mntK5undsXnGOAYVv6VCThLBFt3VZc80Gt2T9jfu5rq4W4DpIE3y+pjSomjmmW8B doXMuIBm+5/QYv3vPzT+9SSsVCmn6GJYxZA1/gr+1kiWZN0vCA0sCcohDeLaPB/PY0Ad iNEb6dIVYFvx/63E7yECP6S3WrgmOZz+JxNV6w3FpvDhLMcLhqaWdk7GdKTDTVTlW+kC VlVYlljD3S+OLUFv3By8OcxCjLOYeIEfh+m+f2NqvR8X7ncs03jMaeRS4QH+zByqmp/q vygwjBiXHRIZsi7uVqDO+gw+RInYwL8h+r7AmRrFhyNDqC+2wt02EuNiDUF30HoUMZz3 TAiw== X-Received: by 10.52.14.130 with SMTP id p2mr14667521vdc.39.1401196400731; Tue, 27 May 2014 06:13:20 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Tue, 27 May 2014 06:12:40 -0700 (PDT) In-Reply-To: <1401193927.2998.50.camel@guybrush> References: <1401193927.2998.50.camel@guybrush> Date: Tue, 27 May 2014 15:12:40 +0200 X-Google-Sender-Auth: G-P82B65XTLp_zYty6S6d6GdXaA Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: Michael Wallner , PHP Internals Content-Type: multipart/alternative; boundary=20cf302d4fc6b9eca704fa6175a9 Subject: Re: [PHP-DEV] Linking and autoloading of dependent extensions From: jpauli@php.net (Julien Pauli) --20cf302d4fc6b9eca704fa6175a9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, May 27, 2014 at 2:32 PM, Johannes Schl=C3=BCter wrote: > Hi, > > On Tue, 2014-05-27 at 14:13 +0200, Michael Wallner wrote: >> I've prepared a tiny POC which enables linking and autoloading of >> dependent extensions: >> https://github.com/m6w6/php-src/compare/module_deps >> >> Anybody else other than me interested in this feature? Hey I once worked on extension improvements with Joe. We stopped at extension dependency management, as this needs deep rethink. I plan to write an RFC and work on the subject for PHP-Next, perhaps we could merge our ideas ? Code is here : https://github.com/jpauli/php-src/compare/extensions_improvements Cheers, Julien --20cf302d4fc6b9eca704fa6175a9--