Skip to content

Commit

Permalink
fix 12
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Jun 9, 2023
1 parent 5a6b05f commit 41e4e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext-src/php_swoole_coroutine.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class PHPCoroutine {
HOOK_PROC = 1u << 10,
HOOK_CURL = 1u << 11,
HOOK_NATIVE_CURL = 1u << 12,
HOOK_BLOCKING_FUNCTION = 1u << 13,
HOOK_SOCKETS = 1u << 14,
HOOK_STDIO = 1u << 15,
HOOK_PDO_PGSQL = 1u << 16,
Expand Down

0 comments on commit 41e4e3f

Please sign in to comment.