atheia pushed a commit to branch master
in repository guix.
commit 0e40b75506bf189d44d633fae5d3fe2cc13d62f6
Author: Alex Sassmannshausen <[email protected]>
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"