Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89089 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71026 invoked from network); 5 Nov 2015 21:23:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Nov 2015 21:23:08 -0000 Authentication-Results: pb1.pair.com header.from=francois@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=francois@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.27.42.6 as permitted sender) X-PHP-List-Original-Sender: francois@php.net X-Host-Fingerprint: 212.27.42.6 smtp6-g21.free.fr Received: from [212.27.42.6] ([212.27.42.6:25282] helo=smtp6-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/E6-24765-AB8CB365 for ; Thu, 05 Nov 2015 16:23:07 -0500 Received: from [127.0.0.1] (unknown [82.232.41.54]) (Authenticated sender: flaupretre@free.fr) by smtp6-g21.free.fr (Postfix) with ESMTPSA id 28E6882273 for ; Thu, 5 Nov 2015 22:13:31 +0100 (CET) To: PHP internals Message-ID: <563BC8B6.1030509@php.net> Date: Thu, 5 Nov 2015 22:23:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; 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: 8bit X-Antivirus: avast! (VPS 151105-0, 05/11/2015), Outbound message X-Antivirus-Status: Clean Subject: [Patch] Extension tests fail on dynamic ext dependency From: francois@php.net (=?UTF-8?Q?Fran=c3=a7ois_Laupretre?=) Hi, could someone validate and, if considered OK, merge the following PR: https://github.com/php/php-src/pull/1602 This is a follow-up to a previous patch by Derick to enable testing extensions with a dependency to another (dynamic) extension. More details in the corresponding bug report : https://bugs.php.net/bug.php?id=70781 Considering it affects very few people, there's no need to merge it in 7.0, but it would be nice to have it fixed in the next 5.6.x and 7.x releases. Thanks François