1.2.1564. ext/opcache¶
Extension opcache.
OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request.
<?php
echo opcache_compile_file('/var/www/index.php');
print_r(opcache_get_status());
?>
See also OPcache functions.
1.2.1564.1. Specs¶
Short name |
Extensions/Extopcache |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |