jenkins-bot has submitted this change and it was merged.

Change subject: Don't load php_utfnormal.so using dl()
......................................................................


Don't load php_utfnormal.so using dl()

All required PHP extensions should already be loaded from php.ini, or,
if necessary, from the command line. There should be no need to use dl()
at all.

Change-Id: I9b790a87ac480ae5916feb472112c21fe4c5daf4
---
M wmf-config/CommonSettings.php
1 file changed, 0 insertions(+), 4 deletions(-)

Approvals:
  Chad: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 4268641..b9f7777 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -52,10 +52,6 @@
 
 set_include_path( "$IP:/usr/local/lib/php:/usr/share/php" );
 
-if ( getenv( 'WIKIBACKUP' ) && !function_exists( 'utf8_normalize' ) ) {
-       dl( 'php_utfnormal.so' );
-}
-
 ### Determine realm and cluster we are on #############################
 # $cluster is an historical variable used for the WMF MW conf
 $cluster = 'eqiad';

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9b790a87ac480ae5916feb472112c21fe4c5daf4
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: PleaseStand <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to