diff options
Diffstat (limited to 'package/php/Config.ext')
-rw-r--r-- | package/php/Config.ext | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/php/Config.ext b/package/php/Config.ext index fafae264dc..a0898b926f 100644 --- a/package/php/Config.ext +++ b/package/php/Config.ext @@ -10,6 +10,11 @@ config BR2_PACKAGE_PHP_EXT_FILEINFO help File Information support +config BR2_PACKAGE_PHP_EXT_OPCACHE + bool "OPcache" + help + Enable the Zend OPcache accelerator. + config BR2_PACKAGE_PHP_EXT_READLINE bool "Readline" select BR2_PACKAGE_NCURSES |