You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we can use native zend_unwind_exit to kill coroutines, and we no longer need to escape JIT opcode handlers check.
The most important things is we make main Coroutine be the #1 object, and its destructor will be called at first, then it will find all coroutines and to destruct them one by one, this can solve many stranger problems, otherwise, some internal object will be destructed before Coroutines (e.g. Channel), this will cause some problems.
Describe the bug / 问题描述
在开启多个curl multi handle后内存不断增长
To Reproduce / 如何复现
Expected behavior / 正确的行为
内存占用应当有回落
Outputs / 程序输出
Runtime Environment / 运行环境
OS:
PHP: 7.3.99 开启debug和ZTS
Additional context / 补充说明
curl_leaks.php:
The text was updated successfully, but these errors were encountered: