]> granicus.if.org Git - php/commitdiff
Update NEWS and UPGRADING
authorAaron Piotrowski <aaron@trowski.com>
Wed, 6 Jul 2016 19:06:01 +0000 (14:06 -0500)
committerAaron Piotrowski <aaron@trowski.com>
Wed, 6 Jul 2016 19:06:01 +0000 (14:06 -0500)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index e3af5613f800d1e6f8e2dab2d36a586812d61a52..2038dbff64a24f43c1640da753db27549aa543d3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ PHP                                                                        NEWS
 
 - pcntl
   . 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)
 
 07 Jul 2016, PHP 7.1.0alpha3
 
index b2e5552ec383e11fd757502ed8aadec6089ed71c..b33d681a1e631895d6ad9764472c72dacd94ee92 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -132,6 +132,10 @@ PHP 7.1 UPGRADE NOTES
   . Added sapi_windows_cp_set(), sapi_windows_cp_get(), sapi_windows_cp_is_utf8(),
     sapi_windows_cp_conv() for codepage handling.
 
+- pcntl:
+  . Added pcntl_signal_get_handler() that returns the current signal handler
+    for a particular signal.
+
 - Standard:
   . Added is_iterable() that determines if a value will be accepted by the new
     iterable pseudo-type.