mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
php5: add php5-mod-opcache (fixes #1010)
This patch adds build infrastructure for PHP's OPcache extension. Compared with the other extension, this is a Zend module and it need a little workaround during cross-compiling. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -309,3 +309,13 @@ ldap.max_links = -1
|
||||
[mcrypt]
|
||||
;mcrypt.algorithms_dir=
|
||||
;mcrypt.modes_dir=
|
||||
|
||||
[opcache]
|
||||
;opcache.memory_consumption=8 ; 8M is the allowed minimum
|
||||
;opcache.interned_strings_buffer=1
|
||||
opcache.max_accelerated_files=200 ; 200 is the allowed minimum
|
||||
;opcache.revalidate_freq=60
|
||||
;opcache.fast_shutdown=1
|
||||
opcache.enable_cli=1
|
||||
opcache.enable=1
|
||||
;opcache.log_verbosity_level=4
|
||||
|
||||
Reference in New Issue
Block a user