Enable PHP opcache extension on Windows XAMPP
If your XAMPP comes with PHP 5.5+ by default, opcache already included in the bundle, you will just need to enable it. To enable the extension:
- Open php.ini (by default it should be located here: C:\xampp\php\php.ini).
- Add this line at the end of the file: zend_extension = "C:\xampp\php\ext\php_opcache.dll"
You will need to adjust the path if you installed XAMPP in non default location. - Restart Apache server.
Comments
More info.
zend_extension="C:\xampp\php\ext\php_xdebug-2.6.0-7.2-vc15.dll"
How can I do? list the dll by separating them with a semicolon ?