Trabla: XAMPP 5.6.21 enable OPcache
By default OPcache is disabled. Check XAMPP phpinfo page
http://localhost/dashboard/phpinfo.php
Solving:
Watch on YouTube
1. In XAMPP Control Panel stop Apache
2. Open "Config"->"php.ini"
3. In php.ini find following string
;opcache.enable=0
replace with
opcache.enable=1
4. Add to the end of php.ini file
following string
zend_extension = "C:\xampp\php\ext\php_opcache.dll"
5. Save php.ini and start Apache
6. Check phpinfo page
http://localhost/dashboard/phpinfo.php
No comments:
Post a Comment