kumquat-buildroot/package/php-apcu/Config.in
Herve Codina 8ddeeffa18 package/php-apcu: new package
APCu is an in-memory key-value store for PHP.
Keys are of type string and values can be any PHP variables.
APCu only supports userland caching of variables

https://pecl.php.net/package/APCU

Based on initial work from Nicolas Carrier <nicolas.carrier@orolia.com>

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-12-17 22:46:55 +01:00

7 lines
138 B
Plaintext

config BR2_PACKAGE_PHP_APCU
bool "php-apcu"
help
APCu is an in-memory key-value store for PHP.
https://pecl.php.net/package/APCu