]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorJulien Pauli <jpauli@php.net>
Wed, 13 May 2015 13:43:03 +0000 (15:43 +0200)
committerJulien Pauli <jpauli@php.net>
Wed, 13 May 2015 13:43:03 +0000 (15:43 +0200)
NEWS

diff --git a/NEWS b/NEWS
index c69335f157ef14ef3a331d704d6a21ad507678c2..8651046424490f7c29925cf0106beaf0053ed29f 100644 (file)
--- a/NEWS
+++ b/NEWS
   . Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
     when setting SIG_DFL). (Julien)
   . Added wifcontinued and wcontinued. (xilon-jul)
+  . Added rusage support to pcntl_wait() and pcntl_waitpid(). (Anton Stepanenko,
+    Tony)
 
 - PCRE:
   . Removed support for the /e (PREG_REPLACE_EVAL) modifier. (Nikita)