From 06dfeb81bd9241cff9a237c25ba422066968b008 Mon Sep 17 00:00:00 2001 From: Drak Date: Thu, 1 Mar 2012 19:13:31 +0000 Subject: [PATCH] Revert incorrect references to SID constant. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323726 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration54.xml | 5 ----- reference/session/constants.xml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/appendices/migration54.xml b/appendices/migration54.xml index 2ee3bfb85b..744f26dcbb 100644 --- a/appendices/migration54.xml +++ b/appendices/migration54.xml @@ -1012,11 +1012,6 @@ Sessions: - - - SID - - PHP_SESSION_ACTIVE diff --git a/reference/session/constants.xml b/reference/session/constants.xml index b2393c6397..50c3cc7616 100644 --- a/reference/session/constants.xml +++ b/reference/session/constants.xml @@ -11,7 +11,7 @@ - Since PHP 5.4.0. Constant containing either the session name and session ID in + Constant containing either the session name and session ID in the form of "name=ID" or empty string if session ID was set in an appropriate session cookie. This is the same id as the one returned by session_id.