nixpkgs/pkgs/development/php-packages
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
..
amqp
apcu php-packages: remove unused checkXXX options from buildPecl derivations 2024-08-19 23:28:13 +02:00
ast php83Extensions.ast: 1.1.1 -> 1.1.2 2024-08-11 01:36:17 +00:00
box
castor php.packages.castor: switch to buildComposerProject2 2024-08-20 19:27:22 +02:00
composer php.packages.composer: 2.7.7 -> 2.7.9 2024-09-06 14:18:29 +02:00
composer-local-repo-plugin
couchbase pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00
cyclonedx-php-composer
datadog_trace treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
deployer php.packages.deployer: switch to buildComposerProject2 2024-08-20 19:51:03 +02:00
ds
event
gnupg gnupg: remove with statements 2024-08-18 06:31:17 -07:00
grpc
grumphp php.packages.grumphp: switch to buildComposerProject2 2024-08-15 13:44:07 +02:00
igbinary
imagick
imap php.extensions.imap: Fetch from PECL 2024-08-11 12:12:49 +02:00
inotify
ioncube-loader
mailparse
maxminddb
memcache
memcached
meminfo
memprof
mongodb treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
msgpack
oci8
openswoole treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
opentelemetry php81Extensions.opentelemetry: 1.0.3 -> 1.1.0beta2 2024-09-08 23:35:22 +00:00
pcov
pdlib
pdo_sqlsrv treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
phalcon php83Extensions.phalcon: 5.7.0 -> 5.8.0 2024-07-10 02:19:09 +00:00
phan php83Packages.phan: 5.4.4 -> 5.4.5 2024-08-14 05:15:46 +00:00
phing
phive php82Packages.phive: 0.15.2 -> 0.15.3 2024-08-23 01:55:39 +00:00
php-codesniffer
php-cs-fixer
php-parallel-lint
phpinsights treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
phpmd
phpspy php81Packages.phpspy: add upstream patch to fix version 2024-07-15 16:19:27 +02:00
phpstan php.packages.phpstan: switch to buildComposerProject2 2024-08-15 13:44:07 +02:00
pinba
protobuf
psalm php.packages.psalm: 5.22.2 -> 5.25.0 2024-08-15 13:44:06 +02:00
pspell php.extensions.pspell: Fetch from PECL 2024-08-11 12:10:00 +02:00
psysh php.packages.psysh: 0.11.21 -> 0.12.4 2024-08-15 13:44:06 +02:00
rdkafka
redis php84.extensions.redis: Fix build on Darwin 2024-08-26 21:34:49 +02:00
relay treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
rrd
smbclient
snuffleupagus treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
spx php83Extensions.spx: 0.4.15 -> 0.4.16 2024-07-27 13:36:21 +00:00
sqlsrv treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ssh2
swoole treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
uv
vld
xdebug php-packages: remove unused checkXXX options from buildPecl derivations 2024-08-19 23:28:13 +02:00
yaml
zstd