nixpkgs/pkgs/development/interpreters/php
Maximilian Bosch 0bf5619fe0
php: add buildEnv function for additional config on the CLI SAPI
Initially discussed in #55460.

This patch adds a `buildEnv` function to `php` that has the
following features:

* `php.buildEnv { extraConfig = /* ... */; }` to specify custom
  `php.ini` args for the CLI.

* `php.buildEnv { exts = phpPackages: [phpPackages.apcu] }` to
  create a PHP interpreter for the CLI with the `apcu` extension.
2020-03-09 20:41:28 +01:00
..
default.nix php: add buildEnv function for additional config on the CLI SAPI 2020-03-09 20:41:28 +01:00
fix-paths-php7.patch php: align Darwin and Linux versions again 2018-11-27 02:56:17 +01:00
php72-darwin-isfinite.patch php: align Darwin and Linux versions again 2018-11-27 02:56:17 +01:00
php73-darwin-isfinite.patch php: fix build php 7.3 in Darwin 2018-12-11 20:11:30 +01:00