Commit Graph

857 Commits

Author SHA1 Message Date
R. Ryantm
0414b4c9dc php81Extensions.tideways: 5.13.0 -> 5.14.0 2024-11-21 01:30:00 +00:00
Domen Kožar
d774cc7921
tideways-cli: init at 1.2.2 (#351192) 2024-11-20 17:46:53 +01:00
R. Ryantm
fa810d82d9 php81Extensions.zstd: 0.13.3 -> 0.14.0 2024-11-19 00:52:22 +00:00
Gaetan Lepage
ea69a3e3ea php83Packages.psalm: fix hash 2024-11-17 13:41:36 +01:00
Gaetan Lepage
5be1290bb6 php83Packages.phpstan: fix hash 2024-11-17 12:10:25 +01:00
R. Ryantm
549d025fd6 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2024-11-15 04:18:15 +00:00
Pol Dellaiera
af4c8496b1
phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) 2024-11-14 05:37:59 +01:00
Pol Dellaiera
b0eadf3d02
phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 2024-11-14 05:37:25 +01:00
Romain Gautier
0b609ebe3e
php83Packages.castor: 0.18.2 -> 0.20.0
Signed-off-by: Romain Gautier <mail@romain.sh>
2024-11-13 17:02:27 +01:00
Patka
9148144682
phpPackages.phpinsights: 2.11.0 -> 2.12.0 2024-11-13 16:32:34 +01:00
Patka
483d0dcb3f
phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2024-11-13 16:26:00 +01:00
Maximilian Bosch
8236f19edb
phpPackages.psysh: update hashes
I originally wanted to investigate what went wrong here, but I guess
that the tag just got force-pushed.

See https://hydra.nixos.org/build/276639542
2024-11-01 19:16:35 +01:00
Maximilian Bosch
4be7bdeb14
php84Extensions.openswoole: mark as broken
https://hydra.nixos.org/build/276670463
2024-11-01 18:34:14 +01:00
Maximilian Bosch
d4f3913b1e
php84Extensions.phalcon: mark as broken
https://hydra.nixos.org/build/276605866
2024-11-01 18:33:54 +01:00
Maximilian Bosch
c54778b345
php84Extensions.swoole: mark as broken
https://hydra.nixos.org/build/276557313

We have to await version 6.0 to support PHP 8.4.
2024-11-01 18:33:23 +01:00
Maximilian Bosch
a003408129
php84Extensions.xdebug: mark as broken
https://hydra.nixos.org/build/276609037
2024-11-01 18:32:56 +01:00
Maximilian Bosch
97addf2aff
php83Extensions.couchbase: mark as broken
ZHF #352882

Doesn't compile with PHP 8.3: https://hydra.nixos.org/build/276605925

We actually want to use the `couchbase-php-client`[1] repo. I briefly
tried to package it, but given that I don't care a bit about this
specific extension and it was far too annoying (vendored C++ libraries,
.gitattributes removing CMake files from the GitHub tarball, a random
CMake "package manager" is used) I decided to not bother.

If nobody steps up, I'd suggest to throw it out when PHP 8.2 becomes
EOL.

[1] https://github.com/couchbase/couchbase-php-client/
2024-11-01 18:16:48 +01:00
Pol Dellaiera
f426fcb7f7
phpPackages.php-cs-fixer: 3.58.1 -> 3.64.0 (#352033) 2024-10-29 08:14:38 +01:00
Patka
1d386e0027
phpPackages.php-cs-fixer: 3.58.1 -> 3.64.0 2024-10-29 07:37:13 +01:00
Patka
01ac3acfc7
phpPackages.phing: 3.0.0-rc6 -> 3.0.0 2024-10-29 06:49:36 +01:00
Soner Sayakci
c40002e9c8
php82Extensions.tideways: init at 5.13.0 2024-10-28 19:17:45 +01:00
Pol Dellaiera
4594cefa10
phpExtensions.parallel: init at 1.2.4 (#350771) 2024-10-26 05:21:10 +02:00
pascal
bab2c41591
phpExtensions.parallel: init at 1.2.4 2024-10-25 13:33:55 +02:00
Romain Gautier
a5ae6217c2
php83Packages.castor: 0.17.1 -> 0.18.2
Signed-off-by: Romain Gautier <mail@romain.sh>
2024-10-23 18:07:19 +02:00
R. Ryantm
7f2652e77c php82Extensions.memcached: 3.2.0 -> 3.3.0 2024-10-18 04:19:10 +00:00
chris montgomery
5040fbef9f
phpPackages.composer: 2.7.9 -> 2.8.1 (#347113) 2024-10-07 21:25:43 +02:00
Soner Sayakci
15559ac221
php84.extensions.pcov: fix build 2024-10-03 17:01:52 +02:00
R. Ryantm
f5870a9b6d php84Extensions.opentelemetry: 1.1.0beta2 -> 1.1.0 2024-10-03 03:28:18 +00:00
R. Ryantm
2d27eefb96 php81Extensions.spx: 0.4.16 -> 0.4.17 2024-09-30 22:18:53 +00:00
R. Ryantm
2d192a061a php84Extensions.mongodb: 1.19.4 -> 1.20.0 2024-09-25 10:38:09 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
aa7cb03753 php82Extensions.mongodb: 1.19.3 -> 1.19.4 2024-09-09 14:43:39 +00:00
R. Ryantm
7205ceb0c5 php81Extensions.opentelemetry: 1.0.3 -> 1.1.0beta2 2024-09-08 23:35:22 +00:00
Pol Dellaiera
0529669528
php83Extensions.snuffleupagus: 0.10.0 -> 0.11.0 (#340121) 2024-09-07 11:23:12 +02:00
R. Ryantm
5b33b2391d php83Extensions.snuffleupagus: 0.10.0 -> 0.11.0 2024-09-06 14:48:10 +00:00
Jonas Heinrich
28cd3a0d7e php.packages.composer: 2.7.7 -> 2.7.9 2024-09-06 14:18:29 +02:00
github-actions[bot]
0629545b27
Merge master into staging-next 2024-08-27 00:13:08 +00:00
Jan Tojnar
79ed718bf5 php84.extensions.redis: Fix build on Darwin 2024-08-26 21:34:49 +02:00
github-actions[bot]
64dfaf32be
Merge master into staging-next 2024-08-24 12:04:30 +00:00
Jan Tojnar
c858bafe2e php84.extensions.redis: Fix build 2024-08-24 03:42:14 +02:00
github-actions[bot]
ceef45b437
Merge master into staging-next 2024-08-23 12:05:14 +00:00
R. Ryantm
160b35ad7f php82Packages.phive: 0.15.2 -> 0.15.3 2024-08-23 01:55:39 +00:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03:00
Piotr Kwiecinski
bceb4c8c8c
php.packages.deployer: switch to buildComposerProject2 2024-08-20 19:51:03 +02:00
Piotr Kwiecinski
6315afab1b
php.packages.castor: switch to buildComposerProject2 2024-08-20 19:27:22 +02:00
Pol Dellaiera
dbc4f15b89
Merge pull request #308059 from drupol/build-support/php/remove-composer-local-repo-plugin
build-support/php: init `buildComposerProject2` and `mkComposerRepository2`
2024-08-20 18:38:44 +02:00
Wolfgang Walther
755c316f38
php-packages: remove unused checkXXX options from buildPecl derivations
buildPecl overwrites the checkPhase like this:

  checkPhase = "NO_INTERACTON=yes make test";

Thus none of the checkXXX options set in nix are actually used.
2024-08-19 23:28:13 +02:00
Philip Taron
8d7117294c
gnupg: remove with statements 2024-08-18 06:31:17 -07:00
Pol Dellaiera
d90ff2a850
php.packages.grumphp: switch to buildComposerProject2 2024-08-15 13:44:07 +02:00
Pol Dellaiera
35ab61e8e8
php.packages.phpstan: switch to buildComposerProject2 2024-08-15 13:44:07 +02:00