GNU bug report logs - #26404
[PATCH 2/2] gnu: php: Add '--with-mysqli' configure option.

Previous Next

Package: guix-patches;

Reported by: alex.sassmannshausen <at> gmail.com

Date: Sat, 8 Apr 2017 15:41:02 UTC

Severity: normal

Tags: patch

Merged with 26403, 26405

Done: Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: alex.sassmannshausen <at> gmail.com
To: guix-patches <at> gnu.org
Cc: Alex Sassmannshausen <alex <at> pompo.co>
Subject: [PATCH 2/2] gnu: php: Add '--with-mysqli' configure option.
Date: Sat,  8 Apr 2017 17:39:26 +0200
From: Alex Sassmannshausen <alex <at> pompo.co>

* gnu/packages/php.scm: Add '--with-mysqli' configure option.
---
 gnu/packages/php.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 3537a8e97..4bc301161 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -119,6 +119,7 @@
                ;; extension of php.
                "--with-iconv"
                "--with-openssl"
+               "--with-mysqli"          ; Required for, e.g. wordpress
                "--with-pdo-mysql"
                "--with-zlib"
                "--enable-calendar"
-- 
2.12.2





This bug report was last modified 8 years and 15 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.