Ori.livneh has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/385405 )

Change subject: Add $wgAutoloadAttemptLowercase = false to dev settings
......................................................................

Add $wgAutoloadAttemptLowercase = false to dev settings

$wgAutoloadAttemptLowercase was really only meant to accomodate
references to classes that were forcibly lowercased by PHP4
serialization in old database entries. Having it on by default masks
programming errors, which Jenkins should be surfacing instead.

Change-Id: Ifb11b4e20942437e2a223daaa8eda7fb5c590433
---
M mediawiki/conf.d/00_dev_settings.php
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins 
refs/changes/05/385405/1

diff --git a/mediawiki/conf.d/00_dev_settings.php 
b/mediawiki/conf.d/00_dev_settings.php
index 064303d..edb2883 100644
--- a/mediawiki/conf.d/00_dev_settings.php
+++ b/mediawiki/conf.d/00_dev_settings.php
@@ -44,3 +44,6 @@
 $wgDebugLogGroups['error'] = "$wmgMwLogDir/mw-error.log";
 // Back-compat
 $wgRateLimitLog = $wgDebugLogGroups['ratelimit'];
+
+// Be strict about class name letter-case.
+$wgAutoloadAttemptLowercase = false;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifb11b4e20942437e2a223daaa8eda7fb5c590433
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to