From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwsU5-0005zR-5E for guix-patches@gnu.org; Sat, 08 Apr 2017 11:41:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwsU3-0000us-Lm for guix-patches@gnu.org; Sat, 08 Apr 2017 11:41:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40101) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwsU3-0000ul-IE for guix-patches@gnu.org; Sat, 08 Apr 2017 11:41:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cwsU3-0003k5-CY for guix-patches@gnu.org; Sat, 08 Apr 2017 11:41:03 -0400 Subject: bug#26405: [PATCH 0/2] Tweaks to the PHP package. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwsT5-0005ra-1h for guix-patches@gnu.org; Sat, 08 Apr 2017 11:40:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwsT1-0000Pr-VW for guix-patches@gnu.org; Sat, 08 Apr 2017 11:40:03 -0400 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]:32985) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwsT1-0000PL-PC for guix-patches@gnu.org; Sat, 08 Apr 2017 11:39:59 -0400 Received: by mail-wm0-x233.google.com with SMTP id y18so3341804wmh.0 for ; Sat, 08 Apr 2017 08:39:59 -0700 (PDT) From: alex.sassmannshausen@gmail.com Date: Sat, 8 Apr 2017 17:39:24 +0200 Message-Id: <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: 26405@debbugs.gnu.org Cc: Alex Sassmannshausen 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. The second adds --with-mysqli. Adding like so makes it default to the mysql native driver. Adding this configure option allows running things such as wordpress, which require mysqli. Alex Sassmannshausen (2): gnu: php: Remove '--enable-threads' configure option. gnu: php: Add '--with-mysqli' configure option. gnu/packages/php.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.12.2