mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
11 lines
264 B
Plaintext
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
|