r93349 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93348‎ | r93349 | r93350 >
Date:00:28, 28 July 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r93343

Swap function_exists for MWInit::functionExists()
Modified paths:
  • /trunk/phase3/includes/profiler/ProfilerSimpleUDP.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/profiler/ProfilerSimpleUDP.php
@@ -20,7 +20,7 @@
2121 return;
2222 }
2323
24 - if ( !function_exists( 'socket_create' ) ) {
 24+ if ( !MWInit::functionExists( 'socket_create' ) ) {
2525 # Sockets are not enabled
2626 return;
2727 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93343make sure sockets are enabledkaldari23:54, 27 July 2011

Status & tagging log