From 201c8438adc33e89fc46f7a3b7ce324a455afda9 Mon Sep 17 00:00:00 2001 From: Davey Shafik Date: Wed, 20 Jul 2016 14:48:15 -0700 Subject: [PATCH] Update NEWS for RFC: Additional Context in pcntl_signal Handler --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 5926fc90fc..88bc32d979 100644 --- a/NEWS +++ b/NEWS @@ -84,6 +84,7 @@ PHP NEWS . Implemented asynchronous signal handling without TICKS. (Dmitry) . Added pcntl_signal_get_handler() that returns the current signal handler for a particular signal. Addresses FR #72409. (David Walker) + . Add signinfo to pcntl_signal() handler args (Bishop Bettini, David Walker) - Reflection: . Fixed bug #72222 (ReflectionClass::export doesn't handle array constants). -- 2.50.1