nixpkgs/pkgs/development/interpreters/php
talyz 8924a7de3d
php: Make buildEnv recursive + take extension deps into account
A slight rewrite of buildEnv which:

1. Makes buildEnv recursively add itself to its output, so that it can
   be accessed from any php derivation.

2. Orders the extension text strings according to their internalDeps
   attribute - dependencies have to be put before dependants in the
   php.ini or they will fail to load due to missing symbols.
2020-04-03 10:11:15 +02:00
..
default.nix php: Make buildEnv recursive + take extension deps into account 2020-04-03 10:11:15 +02: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