Files
buildroot/package/php-apcu/Config.in
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

11 lines
264 B
Plaintext

config BR2_PACKAGE_PHP_APCU
bool "php-apcu"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
APCu is an in-memory key-value store for PHP.
https://pecl.php.net/package/APCu
comment "php-apcu needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS