Withoutaname has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/143515

Change subject: Change installer system message for register_globals check
......................................................................

Change installer system message for register_globals check

Based on a suggestion from gerrit change
Ia33f6eb9b2188c8a1624fc06c3830cf916f24264 .

Change-Id: Ic99a7c5c75b8b14c5bfd3b13f3e2f65f5100af0a
---
M includes/installer/i18n/en.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/15/143515/1

diff --git a/includes/installer/i18n/en.json b/includes/installer/i18n/en.json
index b19bdc0..6e6fec3 100644
--- a/includes/installer/i18n/en.json
+++ b/includes/installer/i18n/en.json
@@ -52,7 +52,7 @@
        "config-no-db": "Could not find a suitable database driver! You need to 
install a database driver for PHP.\nThe following database types are supported: 
$1.\n\nIf you compiled PHP yourself, reconfigure it with a database client 
enabled, for example, using <code>./configure --with-mysqli</code>.\nIf you 
installed PHP from a Debian or Ubuntu package, then you also need to install, 
for example, the <code>php5-mysql</code> package.",
        "config-outdated-sqlite": "<strong>Warning:</strong> you have SQLite 
$1, which is lower than minimum required version $2. SQLite will be 
unavailable.",
        "config-no-fts3": "<strong>Warning:</strong> SQLite is compiled without 
the [//sqlite.org/fts3.html FTS3 module], search features will be unavailable 
on this backend.",
-       "config-register-globals": "<strong>Warning: PHP's 
<code>[http://php.net/register_globals register_globals]</code> option is 
enabled.\nDisable it if you can.</strong>\nMediaWiki will work, but your server 
is exposed to potential security vulnerabilities.",
+       "config-register-globals": "<strong>Warning: PHP's 
<code>[http://php.net/register_globals register_globals]</code> option is 
enabled.\nDisable it if you can.</strong>\nAlthough MediaWiki will work with it 
on, it exposes your server to potential security vulnerabilities.",
        "config-magic-quotes-runtime": "<strong>Fatal: 
[http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-runtime 
magic_quotes_runtime] is active!'</strong>\nThis option corrupts data input 
unpredictably.\nYou cannot install or use MediaWiki unless this option is 
disabled.",
        "config-magic-quotes-sybase": "<strong>Fatal: 
[http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-sybase 
magic_quotes_sybase] is active!</strong>\nThis option corrupts data input 
unpredictably.\nYou cannot install or use MediaWiki unless this option is 
disabled.",
        "config-mbstring": "<strong>Fatal: 
[http://www.php.net/manual/en/ref.mbstring.php#mbstring.overload 
mbstring.func_overload] is active!</strong>\nThis option causes errors and may 
corrupt data unpredictably.\nYou cannot install or use MediaWiki unless this 
option is disabled.",

-- 
To view, visit https://gerrit.wikimedia.org/r/143515
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic99a7c5c75b8b14c5bfd3b13f3e2f65f5100af0a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Withoutaname <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to