How to enable PHP OPCache

XAMPP comes with PHP OPCache already included in the bundle, you just need to enable it. To enable the extension:
  • Open the file with Notepad++: c:\xampp\php\php.ini
  • Add this line near the extention section/at the end of the file: zend_extension=php_opcache.dll
  • Stop/Start Apache

Labels: , ,

© copyright-2020 Rejaul