summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-09-22 15:15:11 +0000
committerAndrey Hristov <andrey@php.net>2010-09-22 15:15:11 +0000
commitc5fe8b72e3269fd5c05d34c6f85610f869bd3790 (patch)
treeb0c650a0075fc735a2b00031968152cb69fd83b4
parent4c26112c884c7cc4bf38dcfac755100434f78b1f (diff)
downloadphp-git-c5fe8b72e3269fd5c05d34c6f85610f869bd3790.tar.gz
here comes the news
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b8f620ec7..02f2cf4d08 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,7 @@
- Added an optimization which saves memory and emalloc/efree calls for empty
HashTables (Stas, Dmitry)
+- Added named pipes support in mysqlnd (Request#48082). (Andrey)
- Added support for Traits. (Stefan)
- Added array dereferencing support. (Felipe)
- Added DTrace support. (David Soria Parra)