intranet/public/opcachectrl.php
2016-02-02 13:38:50 +00:00

6 lines
154 B
PHP
Executable File

<h1>Configuration</h1>
<pre><?php print_r(opcache_get_configuration()); ?></pre>
<br/>
<h1>Status</h1>
<pre><?php print_r(opcache_get_status()); ?></pre>