diff --git a/NEWS b/NEWS index e4f203c2fb2..e963f6382f5 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().