gnu: php: Add '--with-mysqli' configure option. * gnu/packages/php.scm: Add '--with-mysqli' configure option.
1 files changed, 1 insertions(+), 0 deletions(-) M gnu/packages/php.scm
M gnu/packages/php.scm => gnu/packages/php.scm +1 -0
@@ 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"