summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2009-01-09 19:17:08 +0000
committerAntony Dovgal <tony2001@php.net>2009-01-09 19:17:08 +0000
commita4d6ab1376c5e5c91209cc7ceeb19cffc8a910d9 (patch)
treec86b2bc5e38d5acad8de6435e4d3c9c14317b7db /NEWS
parent514e6333278ff089a9fd27b7d1bba4ea23c28641 (diff)
downloadphp-git-a4d6ab1376c5e5c91209cc7ceeb19cffc8a910d9.tar.gz
news
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e4f203c2fb..9af11dc404 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,7 @@ PHP NEWS
- Added depth parameter to json_decode() to lower the nesting depth from the
maximum if required. (Scott)
- Added ICU support to SQLite3 when using the bundled version. (Scott)
+- Added zend_ts_hash_copy_to_hash(). (Tony)
- Enabled the salsa hashing functions. (Scott)
- Fixed bug #46957 (The tokenizer returns deprecated values). (Felipe)