mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 20:23:02 +00:00
0bf5619fe0
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. |
||
---|---|---|
.. | ||
default.nix | ||
fix-paths-php7.patch | ||
php72-darwin-isfinite.patch | ||
php73-darwin-isfinite.patch |