summaryrefslogtreecommitdiff
path: root/Zend/zend_signal.h
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-2/+2
* Remove HAVE_SIGNAL_HPeter Kokot2019-04-071-3/+1
* Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-1/+2
* 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
* | | | Added possiblity to avoid signal handlers reinitialization on each request.Dmitry Stogov2018-11-141-0/+1
|/ / /
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
|/ /
* | 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-0/+2
|/
* Fix bug #74149 static embed SAPI linkage errorJoe Watkins2017-03-091-0/+2
* Remove bogus zend_signal_shutdown symbol from headerBob Weinand2016-07-131-2/+0
* Cleanup zend_signal APIDmitry Stogov2016-06-201-27/+41
* fix for --enable-zend-signals and ZTSJoe Watkins2015-09-011-1/+1
* Revive Zend Signals handler (and fixed bug #61083)Xinchen Hui2015-03-051-4/+4
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-7/+7
* using pointer to the tsrm ls cache instead of a function callAnatol Belski2014-10-011-1/+1
* Fixed bug #60627 (httpd.worker segfault on startup with php_value)Xinchen Hui2012-01-041-0/+4
* Expose zend_signal_handler_unblock() to DSO extensions to allow usage of HAND...Dmitry Stogov2011-12-021-1/+1
* Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-021-0/+104