summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-05-13 15:43:03 +0200
committerJulien Pauli <jpauli@php.net>2015-05-13 15:43:03 +0200
commit40d843213892cbfe36298e84670df12e03047fc5 (patch)
tree0cc0a34779aa568f47fbead382a2164b9033ab78
parent2fa4e79e8a054d77e13d96a643a97a1a9c7e5679 (diff)
downloadphp-git-40d843213892cbfe36298e84670df12e03047fc5.tar.gz
Updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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)