guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: php: Add '--with-mysqli' configure option.


From: Alex Sassmannshausen
Subject: 02/02: gnu: php: Add '--with-mysqli' configure option.
Date: Sat, 13 May 2017 09:00:05 -0400 (EDT)

atheia pushed a commit to branch master
in repository guix.

commit 0e40b75506bf189d44d633fae5d3fe2cc13d62f6
Author: Alex Sassmannshausen <address@hidden>
Date:   Sat Apr 8 17:31:51 2017 +0200

    gnu: php: Add '--with-mysqli' configure option.
    
    * 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 eeff2ce..ab277ed 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]