Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 9def2aa

Browse files
committed
Add compile option
1 parent a33849d commit 9def2aa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ext-swoole_postgresql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
make install
2626
docker-php-ext-enable swoole_postgresql
2727
php --ri swoole_postgresql
28+
php --ri swoole
2829
- name: composer
2930
run: composer update
3031
- name: tests

config.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ dnl +----------------------------------------------------------------------+
1515
dnl | Author: Tianfeng Han <[email protected]> |
1616
dnl +----------------------------------------------------------------------+
1717

18+
PHP_ARG_ENABLE(trace-log, enable trace log,
19+
[ --enable-trace-log Enable swoole trace log], no, no)
20+
1821
PHP_ARG_ENABLE(swoole_postgresql, swoole_postgresql support,
1922
[ --enable-swoole_postgresql Enable swoole_postgresql support], [enable_swoole_postgresql="yes"])
2023

0 commit comments

Comments
 (0)