guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26405: [PATCH 0/2] Tweaks to the PHP package.


From: alex . sassmannshausen
Subject: bug#26405: [PATCH 0/2] Tweaks to the PHP package.
Date: Sat, 8 Apr 2017 17:39:24 +0200

From: Alex Sassmannshausen <address@hidden>

The following 2 patches add tweaks to the excellent PHP package.

The first removes --enable-threads.  Its presence causes a warning during the
configure stage of php, because the option is apparently not supported.  I
imagine it was removed with php 7.

The second adds --with-mysqli.  Adding like so makes it default to the mysql
native driver.  Adding this configure option allows running things such as
wordpress, which require mysqli.

Alex Sassmannshausen (2):
  gnu: php: Remove '--enable-threads' configure option.
  gnu: php: Add '--with-mysqli' configure option.

 gnu/packages/php.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.12.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]