zend_extension = ext/php_opcache.dll opcache.enable=1 opcache.memory_consumption=256 opcache.interned_strings_buffer=12 opcache.max_accelerated_files=16000 opcache.enable_file_override=1 ;opcache.validate_timestamps=0 opcache.save_comments=0 opcache.load_comments=0 ;opcache.error_log=Z:/TMP/opcache.log ;opcache.log_verbosity_level=3 ; If something does not work in Moodle opcache.revalidate_path = 1 ; May fix problems with include paths opcache.mmap_base = 0x20000000 ; (Windows only) fix OPcache crashes with event id 487
opcache.revalidate_path=1 ;Enables or disables file search in include_path optimization
opcache.enable_file_override=1 ;Allow file existence override (file_exists, etc.) performance feature.
opcache.save_comments=0
opcache.load_comments=0