pnctl_signal(): add siginfo to handler args #1993

Merged
merged 2 commits into from Jul 20, 2016

4 participants

@bp1222

Feature will utilize already available siginfo parsing
and extend the handler for signals to provide an array
of the siginfo_t data.
RFC:https://wiki.php.net/rfc/additional-context-in-pcntl-signal-handler

bp1222 added some commits Jun 13, 2016
@bp1222 bp1222 pnctl_signal(): add siginfo to handler args
Feature will utilize already available siginfo parsing
and extend the handler for signals to provide an array
of the siginfo_t data.
RFC:https://wiki.php.net/rfc/additional-context-in-pcntl-signal-handler
f64388e
@bp1222 bp1222 Fix memory leak cc16eff
@jpauli jpauli added the RFC label Jul 8, 2016
@nikic nikic added the PHP7.1 label Jul 11, 2016
@php-pulls php-pulls merged commit cc16eff into php:master Jul 20, 2016

1 check passed

Details continuous-integration/travis-ci/pr The Travis CI build passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment