]> granicus.if.org Git - php/commitdiff
news
authorArnaud Le Blanc <lbarnaud@php.net>
Mon, 30 Nov 2009 15:43:36 +0000 (15:43 +0000)
committerArnaud Le Blanc <lbarnaud@php.net>
Mon, 30 Nov 2009 15:43:36 +0000 (15:43 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 97b160d61c10f2da69b7827c9970b0abc449f6c7..80e693851557323822b50cc68ae1445821bd999c 100644 (file)
--- 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 <linus@haxx.se>)
+- 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.