From: Arnaud Le Blanc Date: Mon, 30 Nov 2009 15:43:36 +0000 (+0000) Subject: news X-Git-Tag: php-5.3.2RC1~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9016a4383fedd1b9df64836f078355edc1c8353;p=php news --- diff --git a/NEWS b/NEWS index 97b160d61c..80e6938515 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ PHP NEWS - Added support for CURLOPT_POSTREDIR. FR #49571. (Sriram Natarajan) - Added support for CURLOPT_CERTINFO. FR #49253. (Linus Nielsen Feltzing ) +- Added client-side server name indication support in openssl. (Arnaud) - Fixed error_log() to be binary safe when using message_type 3. (Jani) - Fixed unnecessary invocation of setitimer when timeouts have been disabled.