Jump to content

User:Iritscen/WikiFuture: Difference between revisions

m
added PHP requirements for 1.42, 1.43
(updated 1.39-1.41, added 1.42 and 1.43)
m (added PHP requirements for 1.42, 1.43)
 
Line 45: Line 45:
==1.42==
==1.42==
:''I have checked the release notes through 1.42.4.''
:''I have checked the release notes through 1.42.4.''
*'''Requires PHP 8.1.0+ and the PHP extensions ctype, dom, fileinfo, iconv, intl, json, mbstring, xml.'''
*'''MediaWiki now requires Composer 2.x, and any related (vendor) files generated by Composer must be generated by Composer 2.x. Composer 1.x is mostly end-of-life upstream, and using it will result in slower actions when downloading and installing packages.'''
*'''MediaWiki now requires Composer 2.x, and any related (vendor) files generated by Composer must be generated by Composer 2.x. Composer 1.x is mostly end-of-life upstream, and using it will result in slower actions when downloading and installing packages.'''
*<code>filter:</code> is now allowed in inline CSS in wikitext.
*<code>filter:</code> is now allowed in inline CSS in wikitext.
Line 50: Line 51:
==1.43==
==1.43==
:''I have checked the release notes through 1.43.0.''
:''I have checked the release notes through 1.43.0.''
*'''It is now necessary that the OpenSSL PHP extension is installed.'''
*'''Requires PHP 8.1.0+ and the PHP extensions ctype, dom, fileinfo, iconv, intl, json, mbstring, xml, plus openssl.'''
*'''update.php updates the Linter database table with two migration scripts that can take a long time to run: with the provided settings, each migration script update roughly 500 rows per second. If at all possible, it is highly recommended to let update.php run these migration scripts.'''
*'''update.php updates the Linter database table with two migration scripts that can take a long time to run: with the provided settings, each migration script update roughly 500 rows per second. If at all possible, it is highly recommended to let update.php run these migration scripts.'''
*Special:TalkPage is a new special page that will redirect to the associated talk namespace page, e.g. Special:TalkPage/Foo redirects to Talk:Foo; Special:TalkPage/Project:Foo goes to Project talk:Foo. This allows for links by templates and tools without having to parse what namespaces are valid and have associated talk pages.
*Special:TalkPage is a new special page that will redirect to the associated talk namespace page, e.g. Special:TalkPage/Foo redirects to Talk:Foo; Special:TalkPage/Project:Foo goes to Project talk:Foo. This allows for links by templates and tools without having to parse what namespaces are valid and have associated talk pages.