Merge pull request #67212 from kisik21/php-disable-mhash
php: disable mhash
This commit is contained in:
commit
8b6b9533ef
@ -17,7 +17,7 @@ let
|
|||||||
, withSystemd ? config.php.systemd or stdenv.isLinux
|
, withSystemd ? config.php.systemd or stdenv.isLinux
|
||||||
, imapSupport ? config.php.imap or (!stdenv.isDarwin)
|
, imapSupport ? config.php.imap or (!stdenv.isDarwin)
|
||||||
, ldapSupport ? config.php.ldap or true
|
, ldapSupport ? config.php.ldap or true
|
||||||
, mhashSupport ? config.php.mhash or true
|
, mhashSupport ? config.php.mhash or false
|
||||||
, mysqlndSupport ? config.php.mysqlnd or true
|
, mysqlndSupport ? config.php.mysqlnd or true
|
||||||
, mysqliSupport ? config.php.mysqli or true
|
, mysqliSupport ? config.php.mysqli or true
|
||||||
, pdo_mysqlSupport ? config.php.pdo_mysql or true
|
, pdo_mysqlSupport ? config.php.pdo_mysql or true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user