nixpkgs/pkgs/development/interpreters/php
Alastair Pharo b330329768 php: fix php-config header file paths
Split outputs mean that the "include" folder from PHP gets placed into a
"dev" derivation. However php-config is not aware of this, which means
that compiling extensions with phpize fails with an error about being
unable to find header files (see #24357, #24420).  This fixes that by:

1. passing the `--includedir` flag to `configure` so that `php-config`
   gives the correct paths.

2. moving the `phpize` and `php-config` scripts and man pages to the
   dev derivation, to prevent cylic references.

3. ensuring that the `configure` script arguments are stripped from
   all binaries, including `php-embed`, to prevent cyclic references.
2017-04-24 16:45:20 +10:00
..
default.nix php: fix php-config header file paths 2017-04-24 16:45:20 +10:00
fix-paths-php7.patch php70: init at 7.0beta1 2015-07-17 16:42:03 +00:00
fix-paths.patch rename weirdly called patch for php 2015-03-11 11:24:43 +01:00