1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 13:01:02 +02:00
Files
archived-php-src/sapi/fpm/fpm
Mickaël 0c2e184eac fpm: call zend_signal_init() in child
This addresses bug #71269.

When an fpm child handles more than one request, zend_signal_startup() will
override the saved signal handlers with the internal zend handlers set from the
previous request, causing a SIGQUIT signal to result in a core dump rather than
gracefully exiting (the expected behaviour).

This is fixed by adding a call to zend_signal_init() after setting the
signal handlers in the child. The same technique is used in the apache SAPI
module in commit fd5a756ad4 which addresses
bug #61083.
2016-02-15 13:23:37 +08:00
..
2015-01-10 15:07:38 -08:00
2015-01-10 15:07:38 -08:00
2014-12-13 23:06:14 +01:00
2016-01-29 10:24:15 +01:00
2015-05-12 16:35:57 +08:00
2014-12-13 23:06:14 +01:00
2015-01-10 15:07:38 -08:00
2015-02-16 12:21:20 -02:00
2015-01-10 15:07:38 -08:00
2015-01-04 19:00:05 -08:00
2014-12-13 23:06:14 +01:00
2014-11-20 07:49:54 +01:00
2015-01-10 15:07:38 -08:00
2015-05-11 11:22:38 +08:00
2015-01-10 15:07:38 -08:00
2015-01-10 15:07:38 -08:00
2014-01-17 12:49:21 +04:00
2015-05-25 15:40:32 +08:00
2015-05-23 19:01:41 +08:00