Config.in 264 B

12345678910
  1. config 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. https://pecl.php.net/package/APCu
  7. comment "php-apcu needs a toolchain w/ threads"
  8. depends on !BR2_TOOLCHAIN_HAS_THREADS