summary refs log tree commit diff
path: root/pkgs/development/interpreters/php
Commit message (Collapse)AuthorAge
* php83: 8.3.0RC5 -> 8.3.0RC6Pol Dellaiera2023-11-13
|
* php: add `phpSrc` attribute (#254556)Pol Dellaiera2023-11-08
| | | | This will allow building PHP from source, without using `.overrideAttrs()`. When the new attribute `phpSrc` is not set, the default behavior (with `fetchurl`) is used.
* php81: 8.1.24 -> 8.1.25Pol Dellaiera2023-10-26
|
* php83: 8.3.0RC4 -> 8.3.0RC5Pol Dellaiera2023-10-26
|
* php82: 8.2.11 -> 8.2.12Pol Dellaiera2023-10-26
|
* php83: 8.3.0RC3 -> 8.3.0RC4Pol Dellaiera2023-10-10
|
* php81: 8.1.23 -> 8.1.24Pol Dellaiera2023-09-28
|
* php83: 8.3.0RC2 -> 8.3.0RC3Pol Dellaiera2023-09-28
|
* php82: 8.2.10 -> 8.2.11Pol Dellaiera2023-09-28
|
* php83: 8.3.0RC1 -> 8.3.0RC2Pol Dellaiera2023-09-24
|
* php: add new builder `buildComposerProject`Pol Dellaiera2023-09-13
|
* php: fix path to `genfiles`Pol Dellaiera2023-09-08
|
* php82: 8.2.9 -> 8.2.10Pol Dellaiera2023-09-03
|
* php81: 8.1.22 -> 8.1.23Pol Dellaiera2023-09-03
|
* php83: 8.3.0beta3 -> 8.3.0RC1Pol Dellaiera2023-08-31
|
* php83: 8.3.0beta2 -> 8.3.0beta3Pol Dellaiera2023-08-21
|
* Merge pull request #248383 from NixOS/php/bump-8.2.9Pol Dellaiera2023-08-16
|\ | | | | php82: 8.2.8 -> 8.2.9
| * php82: 8.2.8 -> 8.2.9Pol Dellaiera2023-08-10
| |
* | treewide: `overrideScope'` -> `overrideScope`Artturin2023-08-14
|/ | | | | | `lib.makeScope` `overrideScope'` has been renamed to `overrideScope` `fd --type f | xargs sd --string-mode "overrideScope'" "overrideScope"`
* php83: 8.3.0beta2 -> 8.3.0beta3Pol Dellaiera2023-08-04
|
* php81: 8.1.21 -> 8.1.22Pol Dellaiera2023-08-04
| | | | | Security release Changelog: https://www.php.net/ChangeLog-8.php#8.1.22
* php83: 8.3.0alpha3 -> 8.3.0beta1Pol Dellaiera2023-07-23
|
* php83: 8.3.0alpha2 -> 8.3.0alpha3Pol Dellaiera2023-07-07
|
* php82: 8.2.7 -> 8.2.8Pol Dellaiera2023-07-07
|
* php81: 8.1.20 -> 8.1.21Pol Dellaiera2023-07-07
|
* php83: init at 8.3.0alpha2 (#239151)Pol Dellaiera2023-06-26
| | | | | | | * php83: init at 8.3.0alpha2 * phpExtensions.blackfire: disable for php 8.3 * phpExtensions.apcu: patch for 8.3 only
* php: drop PHP 8.0Thomas Gerbet2023-06-21
| | | | Closes #224505
* php82: 8.2.6 -> 8.2.7Pol Dellaiera2023-06-08
|
* php81: 8.1.19 -> 8.1.20Pol Dellaiera2023-06-08
|
* php80: 8.0.28 -> 8.0.29Pol Dellaiera2023-06-08
|
* php: use binary wrappersLars Strojny2023-06-01
| | | | | Instead of shell wrappers, use binary wrappers which are preferred (see https://nixos.org/manual/nixpkgs/unstable/#:~:text=Using%20the-,makeBinaryWrapper,implementation%20is%20usually%20preferred,-%2C%20as%20it%20creates)
* php82: 8.2.5 -> 8.2.6Pol Dellaiera2023-05-12
|
* php81: 8.1.18 -> 8.1.19Pol Dellaiera2023-05-11
|
* php82: 8.2.4 -> 8.2.5Pol Dellaiera2023-04-17
| | | | changelog: https://www.php.net/ChangeLog-8.php#8.2.5
* php81: 8.1.17 -> 8.1.18Pol Dellaiera2023-04-17
| | | | changelog: https://www.php.net/ChangeLog-8.php#8.1.18
* Merge pull request #221845 from lstrojny/fix-php-wrapperElis Hirwing2023-04-04
|\ | | | | Set PHP_INI_SCAN_DIR only if not set
| * Set PHP_INI_SCAN_DIR only if not setLars Strojny2023-03-19
| | | | | | | | | | | | | | | | Only set PHP_INI_SCAN_DIR if it isn’t set yet. This is so that users can provide there own PHP_INI_SCAN_DIR, e.g. to restart the current PHP process without xdebug. For example, composer/xdebug-handler uses this mechanism to turn off xdebug (https://github.com/composer/xdebug-handler/blob/cf19e3380ffd84cea4a2cbfcc599ea07ef01f18a/src/XdebugHandler.php#L441)
* | php82: 8.2.3 -> 8.2.4Pol Dellaiera2023-03-20
| |
* | php81: 8.1.16 -> 8.1.17Pol Dellaiera2023-03-20
|/
* php80: 8.0.27 -> 8.0.28Pol Dellaiera2023-02-15
|
* php81: 8.1.15 -> 8.1.16Pol Dellaiera2023-02-15
|
* php82: 8.2.2 -> 8.2.3Pol Dellaiera2023-02-15
| | | | Security update. News: https://www.php.net/archive/2023.php#2023-02-14-2
* php: add `meta.mainProgram`Pol Dellaiera2023-02-10
|
* php82: 8.2.1 -> 8.2.2Pol Dellaiera2023-02-01
|
* php81: 8.1.14 -> 8.1.15Pol Dellaiera2023-02-01
|
* treewide: systemdSupport: use lib.meta.availableOnAdam Joseph2023-01-22
| | | | | | | | | | | | | | | | | | | | Many packages have some kind of flag indicating whether or not to build with systemd support. Most of these default to `stdenv.isLinux`, but systemd does not build on (and is marked `broken` for) `isStatic`. Only a few packages have the needed `&& !isStatic` in the default value for their parameter. This commit moves the logic for the default value of these flags into `systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using `lib.meta.availableOn`. This provides three benefits: 1. The default values are set correctly (i.e. including `&& isStatic`) 2. The default values are set consistently 3. The way is paved for any future non-Linux systemd platforms (FreeBSD is reported to have experimental systemd support)
* Merge pull request #208928 from drupol/php/bumps-january-2023Elis Hirwing2023-01-09
|\ | | | | php interpreter: bumps
| * php81: 8.1.13 -> 8.1.14Pol Dellaiera2023-01-04
| |
| * php82: 8.2.0 -> 8.2.1Pol Dellaiera2023-01-03
| |
| * php80: 8.0.26 -> 8.0.27Pol Dellaiera2023-01-03
| |