Skip to content

reactor: the write-failure report is unconditional - #267

Merged
EdmondDantes merged 1 commit into
mainfrom
drop-write-failed-ifdef
Aug 23, 2026
Merged

reactor: the write-failure report is unconditional#267
EdmondDantes merged 1 commit into
mainfrom
drop-write-failed-ifdef

Conversation

@EdmondDantes

Copy link
Copy Markdown
Contributor

The #ifdef ZEND_ASYNC_IO_WRITE_FAILED added with the report guarded against a php-src without the flag. This extension is built from the same tree as php-src and moves with it, so that build does not happen and the guard only hid the code from a reader.

Follows #266 and true-async/php-src#27.

php-src and this extension move together, so the flag is always there: the #ifdef around it only hid a build that cannot happen.
@codecov

codecovBot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@EdmondDantes
EdmondDantes merged commit 1ccb151 into mainAug 23, 2026
9 checks passed
@EdmondDantes
EdmondDantes deleted the drop-write-failed-ifdef branch August 23, 2026 17:42
Sign up for freeto 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.

1 participant

@EdmondDantes