summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2016-07-20 14:48:15 -0700
committerDavey Shafik <me@daveyshafik.com>2016-07-20 14:48:15 -0700
commit201c8438adc33e89fc46f7a3b7ce324a455afda9 (patch)
tree51650c04b9da5cf4f18f0123cea9b5b254ec57b3
parent57092c5a68a43012da811840b2a2f79378494209 (diff)
downloadphp-git-201c8438adc33e89fc46f7a3b7ce324a455afda9.tar.gz
Update NEWS for RFC: Additional Context in pcntl_signal Handler
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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).