Silly nixpkgs mirror, totally harmless :3
Find a file
Elis Hirwing e0d23b12ef php: Enable mysqlnd as default
MySQL Native Driver was implemented by PHP back in 5.3.0 and has been
default in most distributions for a very long time.

The option was added in 41cd4f2459 and I
don't see any reason why it would default to false.

Overview of mysqlnd by PHP: https://secure.php.net/manual/en/mysqlnd.overview.php
2018-07-27 16:50:12 +02:00
.github .github/CODEOWNERS: add basvandijk to Haskell 2018-07-23 12:52:22 +02:00
doc python-docs: minor typo and grammar fixes 2018-07-26 14:28:23 +02:00
lib lib/trivial: move zipIntBits to its own file 2018-07-26 20:36:45 +02:00
maintainers rshell: init at 0.0.14 2018-07-26 06:12:06 -07:00
nixos skarnet software: rename attributes and split outputs 2018-07-25 00:06:31 +02:00
pkgs php: Enable mysqlnd as default 2018-07-27 16:50:12 +02:00
.dir-locals.el .dir-locals.el: init 2018-07-06 12:48:43 -04:00
.editorconfig
.gitattributes
.gitignore
.version
COPYING
default.nix
README.md

logo

Code Triagers Badge

Nixpkgs is a collection of packages for the Nix package manager. It is periodically built and tested by the Hydra build daemon as so-called channels. To get channel information via git, add nixpkgs-channels as a remote:

% git remote add channels git://github.com/NixOS/nixpkgs-channels.git

For stability and maximum binary package support, it is recommended to maintain custom changes on top of one of the channels, e.g. nixos-18.03 for the latest release and nixos-unstable for the latest successful build of master:

% git remote update channels
% git rebase channels/nixos-18.03

For pull-requests, please rebase onto nixpkgs master.

NixOS Linux distribution source code is located inside nixos/ folder.

Communication: