1config BR2_PACKAGE_PHP_APCU
2 bool "php-apcu"
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 help
5 APCu is an in-memory key-value store for PHP.
6
7 https://pecl.php.net/package/APCu
8
9comment "php-apcu needs a toolchain w/ threads"
10 depends on !BR2_TOOLCHAIN_HAS_THREADS
11