Sort directives alphabetically.

This commit is contained in:
Andrew Collington 2013-08-09 15:18:14 +01:00
parent 8e941b1fe7
commit 7fff9247f1

View file

@ -277,6 +277,7 @@ $host = (function_exists('gethostname')
<table>
<tr><th colspan="2">Directives</th></tr>
<?php ksort($opcache_config['directives']); ?>
<?php rc(0); foreach ($opcache_config['directives'] as $d => $v): ?>
<tr class="<?php rc(); ?>">
<td><span title="<?php echo $d; ?>"><?php echo str_replace(array('opcache.', '_'), array('', ' '), $d); ?></span></td>