From: Arpad Ray Date: Thu, 27 Jun 2013 11:49:16 +0000 (+0100) Subject: Update NEWS X-Git-Tag: php-5.5.2RC1~17^2~22^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41565a239f8138d750b5bab2a7267111ebcbb0bb;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 9cdd3e2f3e..dca43ccf07 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,10 @@ PHP NEWS . Allowed PDO_OCI to compile with Oracle Database 12c client libraries. (Chris Jones) +- Session: + . Added optional create_sid() argument to session_set_save_handler(), + SessionHandler and new SessionIdInterface. (Leigh, Arpad) + - Sockets: . Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option). (Damjan Cvetko)