Awight has uploaded a new change for review.

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

Change subject: Livehack to not use APC
......................................................................

Livehack to not use APC

Change-Id: I244233583accedcee0c2ca0eea7e652ee492e330
---
M Core/Configuration.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/SmashPig 
refs/changes/43/311043/1

diff --git a/Core/Configuration.php b/Core/Configuration.php
index 313dec7..ae8674e 100644
--- a/Core/Configuration.php
+++ b/Core/Configuration.php
@@ -237,6 +237,8 @@
        }
 
        protected function hasApc() {
+// livehack: no.
+return false;
                static $useApc = null;
                if ( $useApc === null ) {
                        $useApc = extension_loaded( 'apc' );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I244233583accedcee0c2ca0eea7e652ee492e330
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/SmashPig
Gerrit-Branch: deployment
Gerrit-Owner: Awight <awi...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to