Skip to content

Commit

Permalink
add more opcache-php.ini directives for php-fpm, fixes #1624
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
  • Loading branch information
d00p committed May 23, 2016
1 parent b51f082 commit 08563e9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lib/classes/phpinterface/class.phpinterface_fpm.php
Expand Up @@ -113,7 +113,11 @@ class phpinterface_fpm {
'session.gc_probability',
'variables_order',
'opcache.log_verbosity_level',
'opcache.restrict_api'
'opcache.restrict_api',
'opcache.revalidate_freq',
'opcache.max_accelerated_files',
'opcache.memory_consumption',
'opcache.interned_strings_buffer'
),
'php_admin_flag' => array(
'allow_call_time_pass_reference',
Expand All @@ -137,7 +141,8 @@ class phpinterface_fpm {
'opcache.revalidate_path',
'opcache.save_comments',
'opcache.use_cwd',
'opcache.validate_timestamps'
'opcache.validate_timestamps',
'opcache.fast_shutdown'
)
);

Expand Down

0 comments on commit 08563e9

Please sign in to comment.