From: Julien Pauli Date: Wed, 13 May 2015 13:43:03 +0000 (+0200) Subject: Updated NEWS X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~42^2~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40d843213892cbfe36298e84670df12e03047fc5;p=php Updated NEWS --- diff --git a/NEWS b/NEWS index c69335f157..8651046424 100644 --- a/NEWS +++ b/NEWS @@ -160,6 +160,8 @@ . 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)