From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxnMZ-0008J5-Ff for guix-patches@gnu.org; Tue, 11 Apr 2017 00:25:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cxnMU-0004Hl-KA for guix-patches@gnu.org; Tue, 11 Apr 2017 00:25:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43649) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cxnMU-0004Hh-GV for guix-patches@gnu.org; Tue, 11 Apr 2017 00:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cxnMU-0007Uf-C7 for guix-patches@gnu.org; Tue, 11 Apr 2017 00:25:02 -0400 Subject: bug#26405: [PATCH 0/2] Tweaks to the PHP package. Resent-Message-ID: Date: Tue, 11 Apr 2017 00:24:38 -0400 From: Leo Famulari Message-ID: <20170411042438.GB10992@jasmine> References: <20170408153926.12629-1-alex@pompo.co> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170408153926.12629-1-alex@pompo.co> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: alex.sassmannshausen@gmail.com Cc: Alex Sassmannshausen , 26405@debbugs.gnu.org On Sat, Apr 08, 2017 at 05:39:24PM +0200, alex.sassmannshausen@gmail.com wrote: > From: Alex Sassmannshausen > > The following 2 patches add tweaks to the excellent PHP package. > > The first removes --enable-threads. Its presence causes a warning during the > configure stage of php, because the option is apparently not supported. I > imagine it was removed with php 7. Julien, what do you think?