summaryrefslogtreecommitdiff
path: root/Zend/zend_signal.c
Commit message (Collapse)AuthorAgeFilesLines
* Expose zend_signal_handler_unblock() to DSO extensions to allow usage of ↵Dmitry Stogov2011-12-021-1/+1
| | | | HANDLE_UNBLOCK_INTERRUPTIONS macro
* - Fixed wrong sigaction() call passing signal number 65 (invalid)Felipe Pena2011-06-051-1/+1
|
* Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-021-0/+414
This needs to go into 5.4 as well, but will wait for Pierre to review win32 situation # Patch by Lucas Nealan, Arnaud Le Blanc, Brian Shire & Ilia Alshanetsky