Remove deprecated $wgCompiledFiles configuration setting
authorwithoutaname <drevitchi@gmail.com>
Wed, 30 Jul 2014 20:46:53 +0000 (13:46 -0700)
committerwithoutaname <drevitchi@gmail.com>
Wed, 30 Jul 2014 20:46:53 +0000 (13:46 -0700)
Change-Id: I6a220291e6ebd9354e12898a77b7dc52fd59e63f

RELEASE-NOTES-1.24
includes/DefaultSettings.php

index 79fa3bb..bb54773 100644 (file)
@@ -44,6 +44,7 @@ production.
 * $wgEnableSorbs and $wgSorbsUrl have been removed.
 * The UserCryptPassword and UserComparePassword hooks are no longer called. Any extensions
   using them must be updated to use the Password Hashing API.
+* $wgCompiledFiles has been removed.
 
 === New features in 1.24 ===
 * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate
index 7c7f6ab..0ebfcba 100644 (file)
@@ -7259,12 +7259,6 @@ $wgSiteTypes = array(
        'mediawiki' => 'MediaWikiSite',
 );
 
-/**
- * Formerly a list of files for HipHop compilation
- * @deprecated since 1.22
- */
-$wgCompiledFiles = array();
-
 /**
  * Whether the page_props table has a pp_sortkey column. Set to false in case
  * the respective database schema change was not applied.