]> granicus.if.org Git - php/commitdiff
Update NEWS
authorArpad Ray <arraypad@gmail.com>
Thu, 27 Jun 2013 11:49:16 +0000 (12:49 +0100)
committerArpad Ray <arraypad@gmail.com>
Thu, 27 Jun 2013 11:49:16 +0000 (12:49 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 9cdd3e2f3e62ea14c8340ed4c58d6ef4a57b30cd..dca43ccf0749d93878a4052702f34e4bc2f29549 100644 (file)
--- 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)