10000 [WebProfilerBundle] Fix PHP extensions in the toolbar · symfony/web-profiler-bundle@8460808 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8460808

Browse files
committed
[WebProfilerBundle] Fix PHP extensions in the toolbar
1 parent fb98b7e commit 8460808

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Resources/views/Collector/config.html.twig

Lines changed: 2 additions & 1 deletion
4E7F
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
<div class="sf-toolbar-info-piece sf-toolbar-info-php-ext">
8585
<b>PHP Extensions</b>
8686
<span class="sf-toolbar-status sf-toolbar-status-{{ collector.hasxdebug ? 'green' : 'red' }}">xdebug</span>
87-
<span class="sf-toolbar-status sf-toolbar-status-{{ collector.hasaccelerator ? 'green' : 'red' }}">accel</span>
87+
<span class="sf-toolbar-status sf-toolbar-status-{{ collector.hasapcu ? 'green' : 'red' }}">APCu</span>
88+
<span class="sf-toolbar-status sf-toolbar-status-{{ collector.haszendopcache ? 'green' : 'red' }}">OPcache</span>
8889
</div>
8990

9091
<div class="sf-toolbar-info-piece">

0 commit comments

Comments
 (0)
0