Commit 27382f6
authored
File tree
3 files changed
+3
-1
lines changed- ext
- sapi
- quickstart/windows/cygwin-build
- scripts/cygwin
3 files changed
+3
-1
lines changed- CMakeLists.txt+10-1
- ext-src/php_swoole_thread.h+2-5
- ext-src/stubs/php_swoole_thread.stub.php+6-3
- ext-src/stubs/php_swoole_thread_arginfo.h+8-1
- ext-src/swoole_coroutine.cc+5
- ext-src/swoole_redis_server.cc+19-9
- ext-src/swoole_server.cc+2-8
- ext-src/swoole_thread.cc+61-52
- include/swoole_api.h+1
- include/swoole_server.h+3-10
- include/swoole_thread.h+49
- include/swoole_version.h+3-3
- package.xml+15-15
- src/os/process_pool.cc+9-9
- src/server/master.cc+4-1
- src/server/thread.cc+20-32
- src/wrapper/timer.cc+4
- tests/include/api/swoole_thread/sleep.php+3
- tests/swoole_coroutine/bug_5699.phpt+15
- tests/swoole_redis_server/empty.phpt+33
- tests/swoole_thread/thread_status.phpt+32
- tests/swoole_thread/yield.phpt+26
- thirdparty/hiredis/sds.c+22-9
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
0 commit comments