diff options
author | Julien Pauli <jpauli@php.net> | 2015-05-13 15:43:03 +0200 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2015-05-13 15:43:03 +0200 |
commit | 40d843213892cbfe36298e84670df12e03047fc5 (patch) | |
tree | 0cc0a34779aa568f47fbead382a2164b9033ab78 | |
parent | 2fa4e79e8a054d77e13d96a643a97a1a9c7e5679 (diff) | |
download | php-git-40d843213892cbfe36298e84670df12e03047fc5.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |