gnu: php: Add '--with-mysqli' configure option.
* gnu/packages/php.scm: Add '--with-mysqli' configure option.
This commit is contained in:
parent
4cd1d1c12e
commit
0e40b75506
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue