Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memory error on shutdown (PHP-8.1) #4325

Merged
merged 1 commit into from
Jul 19, 2021
Merged

Fix memory error on shutdown (PHP-8.1) #4325

merged 1 commit into from
Jul 19, 2021

Conversation

twose
Copy link
Member

@twose twose commented Jul 19, 2021

Ref of function_name was held by zend_fcall_info_init().

Ref of function_name was held by zend_fcall_info_init().
@codecov
Copy link

codecov bot commented Jul 19, 2021

Codecov Report

Merging #4325 (e16ce83) into master (db6deb0) will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4325      +/-   ##
==========================================
- Coverage   50.73%   50.68%   -0.05%     
==========================================
  Files          72       72              
  Lines       14516    14516              
==========================================
- Hits         7364     7358       -6     
- Misses       7152     7158       +6     
Impacted Files Coverage Δ
src/os/async_thread.cc 68.85% <0.00%> (-1.32%) ⬇️
src/server/reactor_thread.cc 55.80% <0.00%> (-0.35%) ⬇️
src/server/port.cc 50.00% <0.00%> (-0.28%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db6deb0...e16ce83. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants