yii-debug-toolbar
yii-debug-toolbar copied to clipboard
SQL Page Broken for MSSQL
line 207 of YiiDebugToolbarPanelSql.php
original: $lines = explode(' ', $serverInfo);
had to change to: $lines = $serverInfo;