summaryrefslogtreecommitdiff
path: root/Zend/zend_signal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-151-1/+2
|\
| * IBM i PASE doesn't support ITIMER_PROFCalvin Buckley2020-12-151-1/+2
* | Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-6/+4
* | Remove proto comments from C filesMax Semenik2020-07-061-2/+1
|/
* Suppress zend signals check in two readline testsNikita Popov2020-06-171-1/+0
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-291-5/+16
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-291-5/+16
| |\
| | * Fix Zend signals unblockingNikita Popov2019-07-291-5/+16
* | | implement tsrm_is_shutdown APIJoe Watkins2019-06-281-5/+6
* | | Remove HAVE_SIGNAL_HPeter Kokot2019-04-071-3/+0
* | | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-1/+2
* | | Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-121-1/+0
* | | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* | | Remove local variablesPeter Kokot2019-02-031-10/+0
* | | Merge branch 'PHP-7.3'Nikita Popov2018-11-201-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-11-201-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-11-201-1/+1
| | |\
| | | * Fix bug #71041 dynamic embed SAPI load errorValentin V. Bartenev2018-11-201-1/+1
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
| | * | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | | Added possiblity to avoid signal handlers reinitialization on each request.Dmitry Stogov2018-11-141-2/+5
|/ / /
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | Trailing whitespacesGabriel Caruso2018-01-031-1/+1
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-031-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2018)Lior Kaplan2018-01-021-1/+1
* | further sync for vim mode linesAnatol Belski2017-07-041-2/+2
|/
* Fixed bug #74353 (Segfault when killing within bash script trap code)Xinchen Hui2017-04-071-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-03-021-2/+2
|\
| * improve signal globals consistency check for TSAnatol Belski2017-03-021-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-03-021-2/+14
|\ \ | |/
| * do not try to handle signals, when globals are inconsistentAnatol Belski2017-03-021-2/+14
* | Fixed bug #73783David Walker2016-12-291-4/+8
* | Fallback to kill() if raise() doesn't workDmitry Stogov2016-06-241-2/+1
* | Add temporary workaround for raise() failureDmitry Stogov2016-06-241-7/+12
* | Fixed compilation warningsDmitry Stogov2016-06-211-8/+15
* | Cleanup zend_signal APIDmitry Stogov2016-06-201-3/+15
|/
* fix for --enable-zend-signals and ZTSJoe Watkins2015-09-011-0/+4
* Use zend_error_noreturn() for fatal errorsDmitry Stogov2015-04-011-2/+2
* Revive Zend Signals handler (and fixed bug #61083)Xinchen Hui2015-03-051-41/+33
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-18/+17
* bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+1
* cleanup TSRMLS_FETCHAnatol Belski2014-09-261-1/+0
* Expose zend_signal_handler_unblock() to DSO extensions to allow usage of HAND...Dmitry Stogov2011-12-021-1/+1
* - 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