summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2009-01-11 23:43:45 +0000
committerScott MacVicar <scottmac@php.net>2009-01-11 23:43:45 +0000
commit3fb23c01731663f06f6e0893232d2f91fc1d498c (patch)
tree3747e5388335c7835d62ccb43d41732476479c03
parent8911ba1c629ed804fae315dbaf9e8805ceb63700 (diff)
downloadphp-git-3fb23c01731663f06f6e0893232d2f91fc1d498c.tar.gz
BFN
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e4f203c2fb..e963f6382f 100644
--- a/NEWS
+++ b/NEWS
@@ -13,8 +13,9 @@ PHP NEWS
- Changed opendir(), dir() and scandir() to use default context when no context
argument is passed. (Sara)
- Changed open_basedir to allow tightening in runtime contexts. (Sara)
-- Re-enabled socket_create_pair() on Windows (Kalle)
+- Re-enabled socket_create_pair() on Windows. (Kalle)
+- Added support for old style DNS functions. (Scott)
- Added mail logging functionality that allows logging of mail sent via
mail() function. (Ilia)
- Added json_last_error() to return any error information from json_decode().