Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74524 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33173 invoked from network); 27 May 2014 14:11:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 May 2014 14:11:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.52 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.213.52 mail-yh0-f52.google.com Received: from [209.85.213.52] ([209.85.213.52:59314] helo=mail-yh0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F7/92-18053-22D94835 for ; Tue, 27 May 2014 10:11:47 -0400 Received: by mail-yh0-f52.google.com with SMTP id z6so7459673yhz.25 for ; Tue, 27 May 2014 07:11:43 -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:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=jzcqeAAiE0rjIr7z0OCqmnr66uuBWgzEUcDvx14ll4w=; b=DFZQ1xppWtxwMOoHSvVSpF+qSKMepNQJcctTDjzv0TezHAT4IoCQ0HBm582Uzk9NYG t/wWDa8jns8lh13A7luYbiHtxtUYuXjnYIBRtev68p4c2TLF7N8gz14QhJhmGu4lnncg ldwUdoDKmW3nmqoPs39xoWcMQkZO0LmxK/258H44Mi5fLwsTUgIs63S3X9A10+Gk0x17 VxExraZgXGrTO4x5bi8WOEpUDDe2XFYlty25Wdky+maeejr6m6E8TdEWdRHLV9+gEhlT gr8ly5s9ppPxvTB/u5JlAyJfuuSrYqWc8IBHDnqlOega+I48AAbwlvk7wuLNAwqPnb/J 41fw== MIME-Version: 1.0 X-Received: by 10.236.105.141 with SMTP id k13mr13938946yhg.141.1401199903831; Tue, 27 May 2014 07:11:43 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.170.191.69 with HTTP; Tue, 27 May 2014 07:11:43 -0700 (PDT) In-Reply-To: References: <1401193927.2998.50.camel@guybrush> Date: Tue, 27 May 2014 16:11:43 +0200 X-Google-Sender-Auth: MlU7Ixa8GcLMqB4RPtI4wn5-zxE Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: Michael Wallner , PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Linking and autoloading of dependent extensions From: mike@php.net (Michael Wallner) On 27 May 2014 15:29, Michael Wallner wrote: > On 27 05 2014, at 14:32, Johannes Schl=C3=BCter = wrote: >> 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? >> >> This is a problem hurting me for a while and I'm happy you're looking >> into it! I'm not sure about the solution here, though. This solution >> assumes >> >> * the extension is inside extension_dir and >> * a specific naming scheme on the extension's shared library file. Wait, what? I guess I read too fast. Did you see extensions not named that = way? --=20 Regards, Mike