diff options
author | Johannes Schlüter <johannes@php.net> | 2008-07-31 20:19:35 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2008-07-31 20:19:35 +0000 |
commit | d2b3695aead409299b0b15a187cfdf8eea841aaa (patch) | |
tree | 5838ff2d46b7db1d4f78a90188849a384dac4010 | |
parent | b9f7b21ec1c563c08ba431c952c48b556b30cdbe (diff) | |
download | php-git-d2b3695aead409299b0b15a187cfdf8eea841aaa.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |