Skip to content

Commit ee0bbc3

Browse files
committed
add swoole sockets support check
1 parent a10be0d commit ee0bbc3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

web/card-swoole.phtml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@
7070
<?php preg_match("/^mysqlnd => (.+)/m", $swoole, $mysqlnd); echo $mysqlnd[1]; ?>
7171
</dd>
7272
</div>
73+
<div class="py-4 sm:py-5 sm:grid sm:grid-cols-3 sm:gap-4">
74+
<dt class="text-sm font-medium text-gray-500">
75+
sockets support
76+
</dt>
77+
<dd class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2">
78+
<?php preg_match("/^sockets => (.+)/m", $swoole, $sockets); echo $sockets[1]; ?>
79+
</dd>
80+
</div>
7381
<?php endif; ?>
7482

7583
</dl>

0 commit comments

Comments
 (0)