Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 9f3ae18145f9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e2d95203f8f7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 9, 2020

  1. 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.
    Ma27 committed Mar 9, 2020
    Copy the full SHA
    0bf5619 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Merge pull request #79377 from Ma27/php-wrapper

    php: add `buildEnv` function for additional config on the CLI SAPI
    Ma27 committed Mar 11, 2020
    Copy the full SHA
    e2d9520 View commit details
    Browse the repository at this point in the history