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 compatibility with PHP 8.3 ZEND_CHECK_STACK_LIMIT #5223

Merged
merged 2 commits into from
Dec 26, 2023

Conversation

Yurunsoft
Copy link
Member

fix #5209

Copy link

codecov bot commented Dec 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (375908d) 72.98% compared to head (53570e1) 72.94%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5223      +/-   ##
==========================================
- Coverage   72.98%   72.94%   -0.05%     
==========================================
  Files          69       69              
  Lines       14856    14856              
==========================================
- Hits        10843    10837       -6     
- Misses       4013     4019       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matyhtf matyhtf merged commit 0063406 into swoole:master Dec 26, 2023
41 of 43 checks passed
deminy pushed a commit to deminy/swoole-src that referenced this pull request Dec 27, 2023
* Fix compatibility with PHP 8.3 ZEND_CHECK_STACK_LIMIT

* Optimize
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.

dispatch_func always results in recursion in 5.1.1 / 8.3
2 participants