summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2010-04-20 10:49:22 +0000
committerDmitry Stogov <dmitry@php.net>2010-04-20 10:49:22 +0000
commitea53dc5af6a216b46a84944ee870c5ce18dcfe90 (patch)
treeeb43592a149955127cd41c55191c3b698f64ad6d /NEWS
parentc373e5efdc29bd7449c631485782721e28eb22a0 (diff)
downloadphp-git-ea53dc5af6a216b46a84944ee870c5ce18dcfe90.tar.gz
Added an optimization which saves memory and emalloc/efree calls for empty HashTables
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d83cf0669a..d3ed2af710 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@
- Upgraded bundled sqlite to version 3.6.23.1. (Ilia)
- Upgraded bundled PCRE to version 8.02. (Ilia)
+- Added an optimization which saves memory and emalloc/efree calls for empty
+ HashTables (Stas, Dmitry)
- Added Tokyo Cabinet abstract DB support to ext/dba. (Michael Maclean)
- Added Jenkins's one-at-a-time hash support to ext/hash. (Martin Jansen)
- Added FNV-1 hash support to ext/hash. (Michael Maclean)