PHP: Difference between revisions

link relevant nixpkgs manual section
get a list of all extensions
Line 52: Line 52:
</syntaxhighlight>
</syntaxhighlight>


You can see the full list of extensions e.g. with:
$ nix repl
nix-repl> pkgs = import <nixpkgs> {}           
nix-repl> builtins.attrNames pkgs.phpExtensions


== Apache, plugins, settings ==
== Apache, plugins, settings ==