Skip to content

Conversation

@cmb69
Copy link
Member

@cmb69 cmb69 commented Apr 9, 2020

SIGTERM is only defined in ext/pcntl, and as such never available on
Windows. Moving the constant to ext/standard does not make much sense,
because that parameter is actually unused on Windows. Therefore, we
use the magic number 15 instead, what is also done in the PHP manual.

`SIGTERM` is only defined in ext/pcntl, and as such never available on
Windows.  Moving the constant to ext/standard does not make much sense,
because that parameter is actually unused on Windows.  Therefore, we
use the magic number `15` instead, what is also done in the PHP manual.
@cmb69
Copy link
Member Author

cmb69 commented Apr 9, 2020

Thanks! Applied as 62e8dcb.

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