Commit graph

4 commits

Author SHA1 Message Date
Elis Hirwing e76ccc6b27
php.extensions: Add missing meta info 2021-06-08 13:49:11 +02:00
Elis Hirwing 68eb5305ac
php: Drop PHP 7.3 support
PHP 7.3 won't be supported by upstream for the entire life cycle of
the 21.11 release.

Also drop the pcre' alias since it isn't needed anymore since we don't
need different pcre versions anymore.
2021-06-04 09:26:54 +02:00
Maximilian Bosch 2fe7087430
php80Extensions.apcu_bc: mark as broken
ZHF #122042
Failing Hydra build: https://hydra.nixos.org/build/142591498

`apcu_bc`[1] is a PHP extension which provides support for the older APC
caching-interface (i.e. `apc_fetch`, `apc_store` etc.) on newer PHP
versions. As the codebase wasn't touched since 2019 it's not really
surprising that it doesn't compile for PHP 8. Also, if people have
already managed to get their codebases running on PHP8, they're most
likely also using the newer APCu[2] interface.

I think it's okay to keep this as long as we support PHP 7.4 and drop
the package after that.

[1] https://pecl.php.net/package/apcu_bc
[2] https://www.php.net/manual/en/book.apcu.php
2021-05-12 09:41:22 +02:00
Elis Hirwing bf5ca6bbf3
phpExtensions.apcu_bc: Move to separate directory 2020-10-11 18:56:44 +02:00