From 0e40b75506bf189d44d633fae5d3fe2cc13d62f6 Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen Date: Sat, 8 Apr 2017 17:31:51 +0200 Subject: 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(+) (limited to 'gnu/packages/php.scm') diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index eeff2cee84..ab277ed973 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" -- cgit v1.2.3