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

* gnu/packages/php.scm: Add '--with-mysqli' configure option.
This commit is contained in:
Alex Sassmannshausen 2017-04-08 17:31:51 +02:00
parent 4cd1d1c12e
commit 0e40b75506
No known key found for this signature in database
GPG Key ID: 8BC4F4476E8A8E00
1 changed files with 1 additions and 0 deletions

View File

@ -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"