X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=275f4c2fb5fefcdb35480ef8dcf35cbb69fdfae5;hb=903f1810c8d1fafe27c10636b4c2fc982b89c48e;hp=5da679f8ce2cfba355b27f7a4b90fb3b98813f6f;hpb=7b69a2b340c643ec28138c29e60d4632fafc7939;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 5da679f8ce..275f4c2fb5 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -81,6 +81,7 @@ For notes on 1.33.x and older releases, see HISTORY. password setups and deprecated since 1.24, is now removed. * $wgDBOracleDRCP - If you must use persistent connections, set DBO_PERSISTENT in the 'flags' field for servers in $wgDBServers (or $wgLBFactoryConf). +* $wgMemCachedDebug - Set the cache "debug" field in $wgObjectCaches instead. === New user-facing features in 1.34 === * Special:Mute has been added as a quick way for users to block unwanted emails @@ -415,6 +416,9 @@ because of Phabricator reports. * ResourceLoaderContext::getConfig and ResourceLoaderContext::getLogger have been deprecated. Inside ResourceLoaderModule subclasses, use the local methods instead. Elsewhere, use the methods from the ResourceLoader class. +* The Profiler::setTemplated and Profiler::getTemplated methods have been + deprecated. Use Profiler::setAllowOutput and Profiler::getAllowOutput + instead. * The Preprocessor_DOM implementation has been deprecated. It will be removed in a future release. Use the Preprocessor_Hash implementation instead. @@ -473,6 +477,7 @@ because of Phabricator reports. SearchResult::newFromTitle(). This class is being refactored into an abstract class. If you extend this class please be sure to override all its methods or extend RevisionSearchResult. +* Skin::getSkinNameMessages() is deprecated and no longer used. === Other changes in 1.34 === * … @@ -480,7 +485,15 @@ because of Phabricator reports. == Compatibility == MediaWiki 1.34 requires PHP 7.0.13 or later. Although HHVM 3.18.5 or later is supported, it is generally advised to use PHP 7.0.13 or later for long term -support. +support. It also requires the following PHP extensions: + +* ctype +* dom +* fileinfo +* iconv +* json +* mbstring +* xml MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used, but support for them is somewhat less mature.