8ddeeffa18
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>
7 lines
138 B
Plaintext
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
|