Updated NEWS

This commit is contained in:
Julien Pauli 2015-03-17 11:07:15 +01:00
parent 90114a3e93
commit 92bf4566ea

1
NEWS
View File

@ -121,6 +121,7 @@
- pcntl:
. Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
when setting SIG_DFL). (Julien)
. Added wifcontinued and wcontinued. (xilon-jul)
- PCRE:
. Removed support for the /e (PREG_REPLACE_EVAL) modifier. (Nikita)