Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 731 Bytes

opcache.md

File metadata and controls

34 lines (20 loc) · 731 Bytes

The Zend OPcache extension

This extension enables the PHP OPcode caching engine.

PHP_EXT_OPCACHE

  • Default: ON
  • Values: ON|OFF

Enable the extension. This extension is always built as shared when enabled.

PHP_EXT_OPCACHE_HUGE_CODE_PAGES

  • Default: ON
  • Values: ON|OFF

Enable copying PHP CODE pages into HUGE PAGES.

PHP_EXT_OPCACHE_JIT

  • Default: ON
  • Values: ON|OFF

Enable JIT (just-in-time) compilation.

PHP_EXT_OPCACHE_CAPSTONE

  • Default: OFF
  • Values: ON|OFF

Enable OPcache JIT disassembly through Capstone engine.