42 |
php_admin_flag[output_buffering] = off |
php_admin_flag[output_buffering] = off |
43 |
|
|
44 |
+; Set opcache settings |
+; Set opcache settings |
45 |
+php_value[opcache.enable]=1 |
+;php_value[opcache.enable]=1 ;if already set in php.d/20-opcache.ini will issue warning |
46 |
+php_value[opcache.file_cache] = /var/lib/php/$id/opcache |
+php_value[opcache.file_cache] = /var/lib/php/$id/opcache |
47 |
+php_value[opcache.enable_cli] = 1 |
+php_value[opcache.enable_cli] = 1 |
48 |
+php_value[opcache.interned_strings_buffer] = $opcacheBuff |
+php_value[opcache.interned_strings_buffer] = $opcacheBuff |