2 files changed
+2
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
|
- .github/workflows/core.yml+7
- config.m4+1-1
- core-tests/src/coroutine/socket.cpp+19-2
- core-tests/src/lock/lock.cpp+1-1
- core-tests/src/os/process_pool.cpp+56
- examples/thread/hook.php+24
- ext-src/php_swoole.cc+14-9
- ext-src/php_swoole_private.h+13
- ext-src/stubs/php_swoole_coroutine_lock.stub.php+10
- ext-src/stubs/php_swoole_coroutine_lock_arginfo.h+16
- ext-src/stubs/php_swoole_lock.stub.php-1
- ext-src/stubs/php_swoole_lock_arginfo.h+1-4
- ext-src/swoole_coroutine.cc+20-13
- ext-src/swoole_coroutine_lock.cc+136
- ext-src/swoole_http_server.cc+11-1
- ext-src/swoole_lock.cc-16
- ext-src/swoole_pgsql.cc+17-4
- ext-src/swoole_runtime.cc+142-55
- ext-src/swoole_server.cc+9
- ext-src/swoole_thread.cc+7-2
- ext-src/swoole_thread_lock.cc-5
- include/swoole_coroutine_socket.h+1-1
- include/swoole_lock.h+1-1
- src/lock/coroutine_lock.cc+12-3
- tests/swoole_coroutine_lock/lock.phpt+9-9
- tests/swoole_coroutine_lock/trylock.phpt+42
- tests/swoole_coroutine_lock/trylock2.phpt+15-14
- tests/swoole_http_server/send_500_to_client.phpt+78
- tests/swoole_pdo_pgsql/bug_5635.phpt+71
- tests/swoole_runtime/out_of_coroutine.phpt+16
- tests/swoole_thread/fatal_error_1.inc+18
- tests/swoole_thread/fatal_error_1.phpt+1-16
- tests/swoole_thread/fatal_error_2.inc+16
- tests/swoole_thread/fatal_error_2.phpt+1-12
- tests/swoole_thread/fatal_error_3.phpt+1
- tests/swoole_thread/server/hook_flags.phpt+59
0 commit comments