Commit a21b019
authored
fix download swoole-cli runtime bug (swoole#852)
1 parent 7fef348 commit a21b019
2 files changed
+12
-3
lines changed- core-tests/src/coroutine/system.cpp+2-2
- ext-src/stubs/php_swoole_coroutine_system.stub.php+1-1
- ext-src/stubs/php_swoole_coroutine_system_arginfo.h+2-2
- ext-src/swoole_client.cc+24-13
- ext-src/swoole_client_async.cc+15-8
- ext-src/swoole_coroutine_system.cc+3-2
- include/swoole_coroutine_system.h+2-2
- scripts/install-deps-on-ubuntu.sh
- src/coroutine/system.cc+26-12
- tests/swoole_client_async/enableSSL_bad_callback.phpt+16
- tests/swoole_client_sync/enableSSL.phpt+33
- tests/swoole_client_sync/enableSSL_2.phpt+18
- tests/swoole_coroutine_system/waitSignal.phpt+2-2
- tests/swoole_coroutine_system/waitSignal_2.phpt+2-2
- tests/swoole_timer/bug_4794_4.phpt+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
75 | 84 | | |
76 | 85 | | |
77 | 86 | | |
| |||
0 commit comments