X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.27;h=3a83b36ca7938ec2303817c0e228584fd08d58e0;hb=f51f5614a3217da6555a97261211a724f78d69ef;hp=04bab031457b2779d05a25576b5a9d09a25ca921;hpb=813d43261a1a63a7afb422845c7def9e80c95ca3;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index 04bab03145..3a83b36ca7 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -1,6 +1,3 @@ -Security reminder: If you have PHP's register_globals option set, you must -turn it off. MediaWiki will not work with it enabled. - == MediaWiki 1.27 == THIS IS NOT A RELEASE YET @@ -8,6 +5,10 @@ THIS IS NOT A RELEASE YET MediaWiki 1.27 is an alpha-quality branch and is not recommended for use in production. +=== PHP version requirement === +As of 1.27, MediaWiki now requires PHP 5.5.9 or higher. This corresponds with +HHVM 3.1. + === Configuration changes in 1.27 === * $wgUseLinkNamespaceDBFields was removed. * Deprecated $wgResourceLoaderMinifierStatementsOnOwnLine and @@ -163,6 +164,8 @@ production. * Added $wgAuthenticationTokenVersion, which if non-null prevents the user_token database field from being exposed in cookies. Setting this would be a good idea, but will log out all current sessions. +* $wgEventRelayerConfig was added, for managing PubSub event relay configuration, + specifically for reliable CDN url purges. === External library changes in 1.27 === @@ -317,7 +320,7 @@ changes to languages because of Phabricator reports. == Compatibility == -MediaWiki 1.27 requires PHP 5.3.3 or later. There is experimental support for +MediaWiki 1.27 requires PHP 5.5.9 or later. There is experimental support for HHVM 3.6.5 or later. MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but