Skip to content

Commit

Permalink
Remove deprecated function wfFixSessionID()
Browse files Browse the repository at this point in the history
Deprecated since 1.27, no callers anywhere.

Change-Id: I2d1019fdb21fe4a9d0aa767a71eb18739f841dfb
  • Loading branch information
MaxSem committed Sep 9, 2017
1 parent 5fd5f6d commit 104d864
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES-1.30
Expand Up @@ -214,6 +214,7 @@ changes to languages because of Phabricator reports.
user_properties.up_user have all been made unsigned on MySQL.
* DB_SLAVE is deprecated. DB_REPLICA should be used instead.
* wfUsePHP() is deprecated.
* wfFixSessionID() was removed.

== Compatibility ==
MediaWiki 1.30 requires PHP 5.5.9 or later. There is experimental support for
Expand Down
8 changes: 0 additions & 8 deletions includes/GlobalFunctions.php
Expand Up @@ -2919,14 +2919,6 @@ function wfBaseConvert( $input, $sourceBase, $destBase, $pad = 1,
return Wikimedia\base_convert( $input, $sourceBase, $destBase, $pad, $lowercase, $engine );
}

/**
* @deprecated since 1.27, PHP's session generation isn't used with
* MediaWiki\Session\SessionManager
*/
function wfFixSessionID() {
wfDeprecated( __FUNCTION__, '1.27' );
}

/**
* Reset the session id
*
Expand Down

0 comments on commit 104d864

Please sign in to comment.