summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8b27961c34..ec9e9e0890 100644
--- a/NEWS
+++ b/NEWS
@@ -216,6 +216,7 @@ PHP NEWS
. Added pcntl_sigwaitinfo()
. Added pcntl_sigtimedwait()
+- Added array_replace() and array_replace_recursive() functions. (Matt)
- Added hash_copy() function. (Tony)
- Added sha224 hash algorithm to the hash extension. (Scott)
- Added ReflectionProperty::setAccessible() method that allows non-public